summaryrefslogtreecommitdiffstats
path: root/include/afb-plugin.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-04-05 15:25:28 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-04-05 15:25:28 +0200
commit13549775092afa9215de8468e34f6d194c2fd8db (patch)
tree46a54c5b1cc8fe05771f81ed89ce6decb8b64491 /include/afb-plugin.h
parentefe18167d6ce59b263c179a6e2d01aa875c05cf8 (diff)
new main loop in place
Change-Id: If297e0a76e74422d456447be52cca460c9e237b3 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/afb-plugin.h')
-rw-r--r--include/afb-plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb-plugin.h b/include/afb-plugin.h
index ba86e181..4064f9e9 100644
--- a/include/afb-plugin.h
+++ b/include/afb-plugin.h
@@ -67,7 +67,7 @@ struct AFB_interface
{
int verbosity;
enum AFB_Mode mode;
- struct afb_poll (*poll_open)(int fd, uint32_t events, void (*process)(void *closure, int fd, uint32_t events), void *closure);
+ struct afb_poll (*poll_open)(int fd, void *closure);
};
extern const struct AFB_plugin *pluginRegister (const struct AFB_interface *interface);