diff --git a/include/netmon.h b/include/netmon.h index 72090c32..c8fcafa6 100644 --- a/include/netmon.h +++ b/include/netmon.h @@ -39,6 +39,10 @@ struct ofono_netmon_driver { void (*remove)(struct ofono_netmon *netmon); void (*request_update)(struct ofono_netmon *netmon, ofono_netmon_cb_t cb, void *data); + void (*enable_periodic_update)(struct ofono_netmon *netmon, + unsigned int enable, + unsigned int period, + ofono_netmon_cb_t cb, void *data); }; enum ofono_netmon_cell_type {