Data Fields | |
| void(* | callback )(char *exten, char *context) |
| char * | context |
| int | id |
| features_parkwatch * | next |
Definition at line 76 of file res_features.c.
Referenced by ast_park_metermaid_add(), and notify_metermaids().
| char* context |
Meter maid ID
Definition at line 79 of file res_features.c.
Referenced by ast_park_metermaid_add(), ast_park_metermaid_remove(), and notify_metermaids().
| int id |
Callback for notification
Definition at line 78 of file res_features.c.
Referenced by ast_park_metermaid_add(), and ast_park_metermaid_remove().
| struct features_parkwatch* next |
Watched context
Definition at line 80 of file res_features.c.
Referenced by ast_park_metermaid_add(), ast_park_metermaid_remove(), and notify_metermaids().
1.4.7