include: added enable_periodic_update in netmon driver

Defining new method in ofono_netmon_driver,
enable_periodic_update useful to get periodic update
on serving cell information.
This commit is contained in:
Nishanth V 2017-09-07 09:53:15 +05:30 committed by Denis Kenzior
parent 9e83110092
commit 2390820d32
1 changed files with 4 additions and 0 deletions

View File

@ -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 {