Chromium Code Reviews| 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 |