X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fnotify.c;h=f5026413fe51834b156d43ed3b96549575ac1c24;hp=956c0ecfff4a347ef092d725d8d9032d8538b5dd;hb=3647288fe42b25340f905046f3bd9aef21e12aaa;hpb=19990ed538f86bf0f32193a378c3faf36ce4f467 diff --git a/src/common/notify.c b/src/common/notify.c index 956c0ecff..f5026413f 100644 --- a/src/common/notify.c +++ b/src/common/notify.c @@ -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; }