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

Unified Diff: src/include/tcsd.h

Issue 3958001: Change to use a unix socket instead of TCP. (Closed) Base URL: http://git.chromium.org/git/trousers.git
Patch Set: Use a constant for the socket name. Created 10 years, 2 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 | « no previous file | src/tcs/rpc/tcstp/rpc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/include/tcsd.h
diff --git a/src/include/tcsd.h b/src/include/tcsd.h
index 1f72e05fad78dc9410d137ccf7e3ebf8ef7145bf..e43ce051bca14895767031269d5baad437843178 100644
--- a/src/include/tcsd.h
+++ b/src/include/tcsd.h
@@ -159,4 +159,6 @@ void thread_signal_init();
struct sigaction tcsd_sa_int;
struct sigaction tcsd_sa_chld;
+#define TCSD_UNIX_SOCKET "/var/run/tcsd.socket"
+
#endif
« no previous file with comments | « no previous file | src/tcs/rpc/tcstp/rpc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698