Add LTTNG_PACKED ifdefs to validate that it is defined
[lttng-ust.git] / include / ust-comm.h
index fb0c0bbc773b854bfc97af19b93a18e5e7c1b914..10dbca2148c9e3f178c97517aa6cd501516b8099 100644 (file)
 #include <lttng/ust-ctl.h>
 #include <config.h>
 
+#ifndef LTTNG_PACKED
+#error "LTTNG_PACKED should be defined"
+#endif
+
 /*
  * Default timeout the application waits for the sessiond to send its
  * "register done" command. Can be overridden with the environment
@@ -190,7 +194,8 @@ struct ustcomm_notify_channel_reply {
  */
 
 extern int ustcomm_create_unix_sock(const char *pathname);
-extern int ustcomm_connect_unix_sock(const char *pathname);
+extern int ustcomm_connect_unix_sock(const char *pathname,
+               long timeout);
 extern int ustcomm_accept_unix_sock(int sock);
 extern int ustcomm_listen_unix_sock(int sock);
 extern int ustcomm_close_unix_sock(int sock);
This page took 0.023895 seconds and 4 git commands to generate.