diff options
author | Mohamed Abbas <mabbas@linux.intel.com> | 2011-01-28 12:31:30 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-01-28 12:31:30 +0100 |
commit | ab4cdff6852fd5fe26ee3ad588f0200952841ffe (patch) | |
tree | 99b7aa5612cb235dd0fde7cfcb6592261da4a416 /plugins/vpn.h | |
parent | d211eda9950464aea25aea3fbfc0bb276b697294 (diff) | |
download | connman-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.h | 2 |
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); |