Be able to access proxy client IP (including Lua)
[folly.git] / folly / wangle / acceptor / Acceptor.h
index 23d8ee022e180aafe99b77fc1fde8567e5c5f37b..22c467197ac68fb1ffe514938bffcfad8328c556 100644 (file)
@@ -170,7 +170,8 @@ class Acceptor :
   void processEstablishedConnection(
     int fd,
     const SocketAddress& clientAddr,
-    std::chrono::steady_clock::time_point acceptTime
+    std::chrono::steady_clock::time_point acceptTime,
+    TransportInfo& tinfo
   ) noexcept;
 
   /**