|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
| struct load_entry ** | entries |
| int | len |
| int | heuristic |
| RWLock * | lock |
| struct load_entry** load::entries |
Definition at line 77 of file load.c.
Referenced by load_add_interval(), load_create_real(), load_destroy(), load_get(), and load_increase_with().
| int load::heuristic |
Definition at line 79 of file load.c.
Referenced by load_create_real(), and load_get().
| int load::len |
Definition at line 78 of file load.c.
Referenced by load_add_interval(), load_create_real(), load_destroy(), load_get(), load_increase_with(), and load_len().
| RWLock* load::lock |
Definition at line 80 of file load.c.
Referenced by load_add_interval(), load_create_real(), load_destroy(), load_get(), load_increase_with(), and load_len().