login-proxy-state.h revision 6a438f1cb934e221fc3af4e172d609d19c7aab30
#ifndef LOGIN_PROXY_STATE_H
#define LOGIN_PROXY_STATE_H
struct login_proxy_record {
unsigned int port;
/* these are tracking connect()s, not necessarily logins: */
unsigned int num_waiting_connections;
struct timeval last_failure;
struct timeval last_success;
};
struct login_proxy_record *
const char *user);
#endif