From 08eda615c541363869abe379e1973ca8e519a32a Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 22 Oct 2009 19:00:38 -0500 Subject: Refactor/Implement basic activate logic Not yet tested --- include/gprs-context.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/gprs-context.h') 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); -- cgit v1.2.3