event.h: doc: add missing parameter
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 23 Nov 2016 05:50:42 +0000 (00:50 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:07 +0000 (14:09 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/event.h

index 850f4b7df6396d26ed0c9df2d157d3685c12fb9f..dc43392125152137ae95c18cf9e84fa072085099 100644 (file)
@@ -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}
This page took 0.024501 seconds and 4 git commands to generate.