comparison src/login-common/login-proxy-state.h @ 9323:93e2b0519e65 HEAD

Compiling fix.
author Timo Sirainen <tss@iki.fi>
date Fri, 14 Aug 2009 02:54:02 -0400
parents 34179f0f4d6a
children 562af4a76438
comparison
equal deleted inserted replaced
9322:8ca1f9f1ef2e 9323:93e2b0519e65
1 #ifndef LOGIN_PROXY_STATE_H 1 #ifndef LOGIN_PROXY_STATE_H
2 #define LOGIN_PROXY_STATE_H 2 #define LOGIN_PROXY_STATE_H
3
4 #include <sys/time.h>
3 5
4 struct login_proxy_record { 6 struct login_proxy_record {
5 struct timeval last_failure; 7 struct timeval last_failure;
6 struct timeval last_success; 8 struct timeval last_success;
7 unsigned int num_waiting_connections; 9 unsigned int num_waiting_connections;