diff src/login-common/login-proxy.h @ 4538:9d9e72374164 HEAD

Fixes to login process handling, especially with login_process_per_connection=no. Removed login_max_logging_users setting since it was somewhat weird in how it worked. Added login_max_connections to replace it with login_process_per_connection=no, and with =yes its functionality is now within login_max_processes_count.
author Timo Sirainen <tss@iki.fi>
date Sun, 06 Aug 2006 23:05:32 +0300
parents e624a9ad6a30
children 204d7edc7cdc
line wrap: on
line diff
--- a/src/login-common/login-proxy.h	Fri Aug 04 20:46:11 2006 +0300
+++ b/src/login-common/login-proxy.h	Sun Aug 06 23:05:32 2006 +0300
@@ -20,6 +20,9 @@
 void login_proxy_detach(struct login_proxy *proxy, struct istream *client_input,
 			struct ostream *client_output);
 
+/* Return number of active detached login proxies */
+unsigned int login_proxy_get_count(void);
+
 void login_proxy_deinit(void);
 
 #endif