aboutsummaryrefslogtreecommitdiff
path: root/plugin-api.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-09-11 08:10:33 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-09-11 08:10:33 +0200
commita1339466880b1dcaff2d2419f7d5aa5bd09fa1de (patch)
treef63a46ed2d7cb0c7e5a91c8b8167365fd4eda0e4 /plugin-api.h
parent241bc64a11da5ddfa60b2242f39c944abaf02cb5 (diff)
downloadponymap-a1339466880b1dcaff2d2419f7d5aa5bd09fa1de.tar.gz
ponymap-a1339466880b1dcaff2d2419f7d5aa5bd09fa1de.tar.xz
ponymap-a1339466880b1dcaff2d2419f7d5aa5bd09fa1de.zip
Write stubs for the plugins
Make them compile.
Diffstat (limited to 'plugin-api.h')
-rw-r--r--plugin-api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin-api.h b/plugin-api.h
index a8e6c58..96056ee 100644
--- a/plugin-api.h
+++ b/plugin-api.h
@@ -36,7 +36,7 @@ struct service
const char *name; ///< Name of the service
int flags; ///< Service flags
- // XXX: what event happens when?
+ // scan_init -> on_data* -> [on_eof/on_error] -> on_aborted -> scan_free
/// Initialize a scan, returning a handle to it
void *(*scan_init) (struct unit *u);