#include <schedular_plugin.h>
Data Fields |
|
| GObject | parent |
| GStaticMutex | mutex |
| GList * | queue |
| GList * | servers |
| GAsyncQueue * | task_queue [MAX_NNTP_SERVERS] |
| GCond * | task_cond |
| GMutex * | task_mutex |
| gboolean | is_high_priority_server [MAX_NNTP_SERVERS] |
| gboolean | is_normal_priority_server [MAX_NNTP_SERVERS] |
| gboolean | is_low_priority_server [MAX_NNTP_SERVERS] |
| gboolean | is_server_enabled [MAX_NNTP_SERVERS] |
| GStaticMutex | runtime_mutex |
| GThread * | thread |
| gboolean | abort_flag |
Definition at line 15 of file schedular_plugin.h.
| GObject SchedularPlugin::parent |
Definition at line 17 of file schedular_plugin.h.
| GStaticMutex SchedularPlugin::mutex |
Definition at line 20 of file schedular_plugin.h.
| GList* SchedularPlugin::queue |
Definition at line 21 of file schedular_plugin.h.
| GList* SchedularPlugin::servers |
Definition at line 22 of file schedular_plugin.h.
| GAsyncQueue* SchedularPlugin::task_queue[MAX_NNTP_SERVERS] |
Definition at line 25 of file schedular_plugin.h.
| GCond* SchedularPlugin::task_cond |
Definition at line 26 of file schedular_plugin.h.
| GMutex* SchedularPlugin::task_mutex |
Definition at line 27 of file schedular_plugin.h.
| gboolean SchedularPlugin::is_high_priority_server[MAX_NNTP_SERVERS] |
Definition at line 30 of file schedular_plugin.h.
| gboolean SchedularPlugin::is_normal_priority_server[MAX_NNTP_SERVERS] |
Definition at line 31 of file schedular_plugin.h.
| gboolean SchedularPlugin::is_low_priority_server[MAX_NNTP_SERVERS] |
Definition at line 32 of file schedular_plugin.h.
| gboolean SchedularPlugin::is_server_enabled[MAX_NNTP_SERVERS] |
Definition at line 33 of file schedular_plugin.h.
| GStaticMutex SchedularPlugin::runtime_mutex |
Definition at line 36 of file schedular_plugin.h.
| GThread* SchedularPlugin::thread |
Definition at line 37 of file schedular_plugin.h.
| gboolean SchedularPlugin::abort_flag |
Definition at line 38 of file schedular_plugin.h.