Data Fields | |
char | interface [80] |
struct { | |
member_interface * next | |
} | list |
Definition at line 409 of file app_queue.c.
char interface[80] |
Definition at line 410 of file app_queue.c.
Referenced by add_to_interfaces(), handle_statechange(), and remove_from_interfaces().
struct { ... } list |
Next call queue
Referenced by add_to_interfaces(), clear_and_free_interfaces(), and remove_from_interfaces().
struct member_interface* next |
Definition at line 411 of file app_queue.c.