diff options
Diffstat (limited to 'remoting/host/log_to_server.h')
-rw-r--r-- | remoting/host/log_to_server.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/remoting/host/log_to_server.h b/remoting/host/log_to_server.h index c1f844a..e65adae 100644 --- a/remoting/host/log_to_server.h +++ b/remoting/host/log_to_server.h @@ -39,7 +39,8 @@ class LogToServer : public base::NonThreadSafe, public: explicit LogToServer(ChromotingHost* host, ServerLogEntry::Mode mode, - SignalStrategy* signal_strategy); + SignalStrategy* signal_strategy, + const std::string& directory_bot_jid); virtual ~LogToServer(); // Logs a session state change. Currently, this is either @@ -68,6 +69,8 @@ class LogToServer : public base::NonThreadSafe, ServerLogEntry::Mode mode_; SignalStrategy* signal_strategy_; scoped_ptr<IqSender> iq_sender_; + std::string directory_bot_jid_; + // A map from client JID to the route type of that client's connection to // this host. std::map<std::string, protocol::TransportRoute::RouteType> |