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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/tcs/rpc/tcstp/rpc.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Licensed Materials - Property of IBM 3 * Licensed Materials - Property of IBM
4 * 4 *
5 * trousers - An open source TCG Software Stack 5 * trousers - An open source TCG Software Stack
6 * 6 *
7 * (C) Copyright International Business Machines Corp. 2004 7 * (C) Copyright International Business Machines Corp. 2004
8 * 8 *
9 */ 9 */
10 10
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 TSS_RESULT tcsd_threads_init(); 152 TSS_RESULT tcsd_threads_init();
153 TSS_RESULT tcsd_threads_final(); 153 TSS_RESULT tcsd_threads_final();
154 TSS_RESULT tcsd_thread_create(int, char *); 154 TSS_RESULT tcsd_thread_create(int, char *);
155 void *tcsd_thread_run(void *); 155 void *tcsd_thread_run(void *);
156 void thread_signal_init(); 156 void thread_signal_init();
157 157
158 /* signal handling */ 158 /* signal handling */
159 struct sigaction tcsd_sa_int; 159 struct sigaction tcsd_sa_int;
160 struct sigaction tcsd_sa_chld; 160 struct sigaction tcsd_sa_chld;
161 161
162 #define TCSD_UNIX_SOCKET "/var/run/tcsd.socket"
163
162 #endif 164 #endif
OLDNEW
« 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