26 #include <sys/types.h>
38 unsigned int expired = now - this->session_time_ofs;
50 this->active_sessions,
55 expired *
sizeof(Hash));
58 this->active_sessions = tmp_buf;
61 for (i=0; i<expired; i++) {
65 this->session_time_ofs = now;
void * memCalloc(size_t, size_t)
void applicationSessionCleanup(Application this, time_t now)