Thu Apr 28 2011 17:14:06

Asterisk developer's documentation


tps_taskprocessor_stats Struct Reference

tps_taskprocessor_stats maintain statistics for a taskprocessor. More...

Data Fields

unsigned long _tasks_processed_count
 This is the current number of tasks processed.
unsigned long max_qsize
 This is the maximum number of tasks queued at any one time.

Detailed Description

tps_taskprocessor_stats maintain statistics for a taskprocessor.

Definition at line 55 of file taskprocessor.c.


Field Documentation

unsigned long _tasks_processed_count

This is the current number of tasks processed.

Definition at line 59 of file taskprocessor.c.

Referenced by cli_tps_report(), and tps_processing_function().

unsigned long max_qsize

This is the maximum number of tasks queued at any one time.

Definition at line 57 of file taskprocessor.c.

Referenced by cli_tps_report(), and tps_processing_function().


The documentation for this struct was generated from the following file: