common: rename filter bytecode types
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index d946aa3a3074b8979bdc36478d3a8fe633d713db..4c1ba5ccef58fc3ba19f3e5a480da41b27baecf6 100644 (file)
@@ -522,7 +522,7 @@ struct lttcomm_session_msg {
  * starts at reloc_table_offset.
  */
 #define LTTNG_FILTER_PADDING   32
-struct lttng_filter_bytecode {
+struct lttng_bytecode {
        uint32_t len;   /* len of data */
        uint32_t reloc_table_offset;
        uint64_t seqnum;
This page took 0.022916 seconds and 4 git commands to generate.