From: Philippe Proulx Date: Wed, 23 Nov 2016 05:50:42 +0000 (-0500) Subject: event.h: doc: add missing parameter X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7113dedbead33dfde1716bf4a097148a88de3199;p=deliverable%2Fbabeltrace.git event.h: doc: add missing parameter Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ctf-ir/event.h b/include/babeltrace/ctf-ir/event.h index 850f4b7df..dc4339212 100644 --- a/include/babeltrace/ctf-ir/event.h +++ b/include/babeltrace/ctf-ir/event.h @@ -209,6 +209,7 @@ On success, this function also sets the parent stream object of \p event to the parent stream of \p packet. @param[in] event Event to which to associate \p packet. +@param[in] packet Packet to associate to \p event. @returns 0 on success, or a negative value on error. @prenotnull{event}