Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: remoting/host/posix/sighup_listener.cc

Issue 10825410: Update linux host to handle SIGHUP. use it to reload config. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/posix/sighup_listener.h ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/posix/sighup_listener.cc
diff --git a/remoting/host/sighup_listener_mac.cc b/remoting/host/posix/sighup_listener.cc
similarity index 97%
rename from remoting/host/sighup_listener_mac.cc
rename to remoting/host/posix/sighup_listener.cc
index 9613ba2a5e5f259aece060745de1fec6d31adf3d..5a4ad0768a225bbe1f8ef0113f8b494b8829c48f 100644
--- a/remoting/host/sighup_listener_mac.cc
+++ b/remoting/host/posix/sighup_listener.cc
@@ -4,9 +4,10 @@
// TODO(jamiewalch): Add unit tests for this.
-#include "remoting/host/sighup_listener_mac.h"
+#include "remoting/host/posix/sighup_listener.h"
#include <errno.h>
+#include <signal.h>
#include "base/compiler_specific.h"
#include "base/eintr_wrapper.h"
« no previous file with comments | « remoting/host/posix/sighup_listener.h ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698