summaryrefslogtreecommitdiffstats
path: root/include/gprs-context.h
diff options
context:
space:
mode:
authorDenis Kenzior <denis.kenzior@intel.com>2009-10-22 19:00:38 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-10-23 17:05:55 -0500
commit08eda615c541363869abe379e1973ca8e519a32a (patch)
tree709713115d87c2beaee57056868befe904c0ac6e /include/gprs-context.h
parenta12d252609e61a79a49f38de51fd8e809f526a9b (diff)
downloadofono-08eda615c541363869abe379e1973ca8e519a32a.tar.bz2
Refactor/Implement basic activate logic
Not yet tested
Diffstat (limited to 'include/gprs-context.h')
-rw-r--r--include/gprs-context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gprs-context.h b/include/gprs-context.h
index 4a1afe2f..1ceb19bf 100644
--- a/include/gprs-context.h
+++ b/include/gprs-context.h
@@ -54,7 +54,8 @@ struct ofono_gprs_context_driver {
const struct ofono_gprs_primary_context *ctx,
ofono_gprs_context_cb_t cb, void *data);
void (*deactivate_primary)(struct ofono_gprs_context *gc,
- unsigned int id);
+ unsigned int id,
+ ofono_gprs_context_cb_t cb, void *data);
};
void ofono_gprs_context_deactivated(struct ofono_gprs_context *gc, unsigned id);