| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Private data for the test taskprocessor listener. More...
| Data Fields | |
| int | num_emptied | 
| int | num_pushed | 
| int | num_was_empty | 
| int | shutdown | 
Private data for the test taskprocessor listener.
Definition at line 433 of file test_taskprocessor.c.
| int num_emptied | 
Definition at line 437 of file test_taskprocessor.c.
Referenced by check_stats(), and test_emptied().
| int num_pushed | 
Definition at line 435 of file test_taskprocessor.c.
Referenced by check_stats(), and test_task_pushed().
| int num_was_empty | 
Definition at line 439 of file test_taskprocessor.c.
Referenced by check_stats(), and test_task_pushed().
| int shutdown | 
Definition at line 441 of file test_taskprocessor.c.
Referenced by AST_TEST_DEFINE(), and test_shutdown().