summaryrefslogtreecommitdiff
path: root/plugins/vpn.h
diff options
context:
space:
mode:
authorMohamed Abbas <mabbas@linux.intel.com>2011-01-28 12:31:30 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2011-01-28 12:31:30 +0100
commitab4cdff6852fd5fe26ee3ad588f0200952841ffe (patch)
tree99b7aa5612cb235dd0fde7cfcb6592261da4a416 /plugins/vpn.h
parentd211eda9950464aea25aea3fbfc0bb276b697294 (diff)
downloadconnman-ab4cdff6852fd5fe26ee3ad588f0200952841ffe.tar.gz
connman-ab4cdff6852fd5fe26ee3ad588f0200952841ffe.tar.bz2
connman-ab4cdff6852fd5fe26ee3ad588f0200952841ffe.zip
task: Pass exit code to the exit callback
Diffstat (limited to 'plugins/vpn.h')
-rw-r--r--plugins/vpn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vpn.h b/plugins/vpn.h
index b2afff5b..86e1f73c 100644
--- a/plugins/vpn.h
+++ b/plugins/vpn.h
@@ -38,4 +38,4 @@ struct vpn_driver {
int vpn_register(const char *name, struct vpn_driver *driver,
const char *program);
void vpn_unregister(const char *provider_name);
-void vpn_died(struct connman_task *task, void *user_data);
+void vpn_died(struct connman_task *task, int exit_code, void *user_data);