#include "appcfg.h"#include "WOAppReq.h"#include "wastring.h"


Classes | |
| struct | _scheduler |
Defines | |
| #define | canScheduleInstance(inst, currentTime) (inst->connectFailedTimer < currentTime && inst->refuseNewSessionsTimer < currentTime && inst->instanceNumber[0] != '-') |
Typedefs | |
| typedef struct _scheduler | scheduler |
| typedef struct _scheduler * | scheduler_t |
Functions | |
| void | lb_appDidNotRespond (_WOInstance *inst) |
| void | lb_beginTransaction (WOAppReq *req, WOInstanceHandle instHandle) |
| void | lb_description (String *str) |
| int | lb_finalizeTransaction (WOAppReq *req, WOInstanceHandle instHandle) |
| int | lb_init (struct _strtbl *dict) |
| scheduler_t | lb_schedulerByName (const char *name) |
| #define canScheduleInstance | ( | inst, | |||
| currentTime | ) | (inst->connectFailedTimer < currentTime && inst->refuseNewSessionsTimer < currentTime && inst->instanceNumber[0] != '-') |
| typedef struct _scheduler scheduler |
| typedef struct _scheduler* scheduler_t |
| void lb_appDidNotRespond | ( | _WOInstance * | inst | ) |
| void lb_beginTransaction | ( | WOAppReq * | req, | |
| WOInstanceHandle | instHandle | |||
| ) |
| void lb_description | ( | String * | str | ) |
| int lb_finalizeTransaction | ( | WOAppReq * | req, | |
| WOInstanceHandle | instHandle | |||
| ) |
| int lb_init | ( | struct _strtbl * | dict | ) |
| scheduler_t lb_schedulerByName | ( | const char * | name | ) |
1.5.8