24 #ifndef _BROKER_MAX_HEAP_H_ 25 #define _BROKER_MAX_HEAP_H_
#define SRV_CON_CLIENT_INFO_SIZE
#define PRE_SEND_PRG_NAME_SIZE
void max_heap_incr_priority(T_MAX_HEAP_NODE *max_heap)
int max_heap_insert(T_MAX_HEAP_NODE *max_heap, int max_heap_size, T_MAX_HEAP_NODE *item)
char script[PRE_SEND_SCRIPT_SIZE]
char prg_name[PRE_SEND_PRG_NAME_SIZE]
int max_heap_change_priority(T_MAX_HEAP_NODE *max_heap, int id, int new_priority)
int max_heap_delete(T_MAX_HEAP_NODE *max_heap, T_MAX_HEAP_NODE *ret)
#define PRE_SEND_SCRIPT_SIZE
T_BROKER_VERSION clt_version
char driver_info[SRV_CON_CLIENT_INFO_SIZE]