Revision 461 src/session.h
| session.h (revision 461) | ||
|---|---|---|
| 27 | 27 |
#include <glib.h> |
| 28 | 28 |
|
| 29 | 29 |
#include <time.h> |
| 30 |
#include <sys/time.h> |
|
| 31 | 30 |
#include <unistd.h> |
| 32 | 31 |
|
| 33 | 32 |
#include "socket.h" |
| ... | ... | |
| 102 | 101 |
SessionState state; |
| 103 | 102 |
|
| 104 | 103 |
time_t last_access_time; |
| 105 |
struct timeval tv_prev;
|
|
| 104 |
GTimeVal tv_prev;
|
|
| 106 | 105 |
|
| 107 | 106 |
gint conn_id; |
| 108 | 107 |
|
Also available in: Unified diff