From: Richard Röjfors <[email protected]>
This is useful for instance during startup where early
activated contexts can be listed at a suitable point in time.
---
include/gprs.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/gprs.h b/include/gprs.h
index 988d6102..20bdb7a4 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -45,6 +45,8 @@ struct ofono_gprs_driver {
ofono_gprs_cb_t cb, void *data);
void (*attached_status)(struct ofono_gprs *gprs,
ofono_gprs_status_cb_t cb, void *data);
+ void (*list_active_contexts)(struct ofono_gprs *gprs,
+ ofono_gprs_cb_t cb, void *data);
};
enum gprs_suspend_cause {
--
2.20.1
_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono