Comments and cleanup review Mathieu & David
[lttng-tools.git] / liblttsessiondcomm / liblttsessiondcomm.h
index 5cac0b7982ecef86c52dde2ca69b9ef280ee9e55..adb9a8d843572d96f62938d02daf0ea111599c89 100644 (file)
 #include <limits.h>
 #include <uuid/uuid.h>
 
+/*
+ * FIXME: 32, 64bit enums -> uint32_t uint64_t for data exchange.
+ * Same for pid_t.
+ */
+
 #define LTTNG_RUNDIR                                           "/var/run/lttng"
 
 /* Default unix socket path */
@@ -145,7 +150,7 @@ struct lttcomm_session_msg {
 };
 
 /*
- * Data structure for the lttng client response.
+ * Data structure for the response from sessiond to the lttng client.
  *
  * This data structure is the control struct use in
  * the header of the transmission. NEVER put variable
This page took 0.02295 seconds and 4 git commands to generate.