From 7113dedbead33dfde1716bf4a097148a88de3199 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 23 Nov 2016 00:50:42 -0500 Subject: [PATCH] event.h: doc: add missing parameter MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- include/babeltrace/ctf-ir/event.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/babeltrace/ctf-ir/event.h b/include/babeltrace/ctf-ir/event.h index 850f4b7d..dc433921 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} -- 2.34.1