Use the dynamic buffer to serialize notification objects
[lttng-tools.git] / src / common / notify.c
index 956c0ecfff4a347ef092d725d8d9032d8538b5dd..f5026413fe51834b156d43ed3b96549575ac1c24 100644 (file)
@@ -27,7 +27,8 @@ void lttng_action_notify_destroy(struct lttng_action *action)
 }
 
 static
-ssize_t lttng_action_notify_serialize(struct lttng_action *action, char *buf)
+int lttng_action_notify_serialize(struct lttng_action *action,
+               struct lttng_dynamic_buffer *buf)
 {
        return 0;
 }
This page took 0.02334 seconds and 4 git commands to generate.