Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00021 #ifndef _DISPATCHER_CONFIG_H
00022 #define _DISPATCHER_CONFIG_H
00023
00024 #include "../../qvalue.h"
00025
00026 #include "../../cfg/cfg.h"
00027 #include "../../str.h"
00028
00029 struct cfg_group_dispatcher {
00030 int probing_threshhold;
00031 str ds_ping_reply_codes_str;
00032 };
00033
00034 extern struct cfg_group_dispatcher default_dispatcher_cfg;
00035 extern void *dispatcher_cfg;
00036 extern cfg_def_t dispatcher_cfg_def[];
00037
00038 extern void ds_ping_reply_codes_update(str*, str*);
00039
00040 #endif