Command to make a directory on the consumer or relay
[lttng-tools.git] / src / common / sessiond-comm / relayd.h
index 52ca1caa15565dbbfdaa217ec7ac1b9d779646a4..74d5b1176be637601edac2e342d08a0fd56ae11f 100644 (file)
@@ -195,4 +195,10 @@ struct lttcomm_relayd_reset_metadata {
        uint64_t version;
 } LTTNG_PACKED;
 
+struct lttcomm_relayd_mkdir {
+       /* Includes trailing NULL */
+       uint32_t length;
+       char path[];
+} LTTNG_PACKED;
+
 #endif /* _RELAYD_COMM */
This page took 0.023745 seconds and 5 git commands to generate.