diff options
Diffstat (limited to 'simple-ipc.h')
-rw-r--r-- | simple-ipc.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/simple-ipc.h b/simple-ipc.h index 2c48a5ee00..08b2908d5f 100644 --- a/simple-ipc.h +++ b/simple-ipc.h @@ -65,11 +65,7 @@ struct ipc_client_connect_options { unsigned int uds_disallow_chdir:1; }; -#define IPC_CLIENT_CONNECT_OPTIONS_INIT { \ - .wait_if_busy = 0, \ - .wait_if_not_found = 0, \ - .uds_disallow_chdir = 0, \ -} +#define IPC_CLIENT_CONNECT_OPTIONS_INIT { 0 } /* * Determine if a server is listening on this named pipe or socket using |