aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2015-03-23 16:30:15 -0400
committerSteven Rostedt <rostedt@goodmis.org>2015-03-24 15:21:37 -0400
commit422b55c3400122bd6a965fbde606bd01048b7a74 (patch)
treee1bdb80f54ce7a4c50810cfebf411bf1229572f1
parentc84eb735f39c5bc9fa50688cfa7d814f02926907 (diff)
downloadtrace-cmd-422b55c3400122bd6a965fbde606bd01048b7a74.tar.gz
event-parse: Update PEVENT_PLUGIN_UNLOADER() documentation
The comment about PEVENT_PLUGIN_UNLOADER() was not updated when adding the pevent as a parameter. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r--event-parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/event-parse.h b/event-parse.h
index 4b01f6ff..aec70ffa 100644
--- a/event-parse.h
+++ b/event-parse.h
@@ -132,7 +132,7 @@ struct pevent_plugin_option {
* PEVENT_PLUGIN_UNLOADER: (optional)
* The function called just before unloading
*
- * int PEVENT_PLUGIN_UNLOADER(void)
+ * int PEVENT_PLUGIN_UNLOADER(struct pevent *pevent)
*
* PEVENT_PLUGIN_OPTIONS: (optional)
* Plugin options that can be set before loading