diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-03-18 15:33:51 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-03-18 15:33:51 -0400 |
commit | 0c2737e3960f076c7487984512ebefcb8d4c5f8f (patch) | |
tree | e8820737b7d2643f255a9e1ea040b3a0150d24e7 | |
parent | 1943405871c7df43ba08c2af6c2e0b83a3aad9f2 (diff) |
parse-events: fold me
-rw-r--r-- | parse-events.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/parse-events.h b/parse-events.h index ac34bad..7ec7369 100644 --- a/parse-events.h +++ b/parse-events.h | |||
@@ -132,6 +132,13 @@ struct plugin_option { | |||
132 | * .plugin_alias = "overide-file-name", (optional) | 132 | * .plugin_alias = "overide-file-name", (optional) |
133 | * .description = "description of option to show users", | 133 | * .description = "description of option to show users", |
134 | * }, | 134 | * }, |
135 | * { | ||
136 | * .name = NULL, | ||
137 | * }, | ||
138 | * }; | ||
139 | * | ||
140 | * Array must end with .name = NULL; | ||
141 | * | ||
135 | * | 142 | * |
136 | * .plugin_alias is used to give a shorter name to access | 143 | * .plugin_alias is used to give a shorter name to access |
137 | * the vairable. Useful if a plugin handles more than one event. | 144 | * the vairable. Useful if a plugin handles more than one event. |