From cb2577b29fe7b93e9b168ded7f35da748fdeaf1d Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Tue, 5 Mar 2002 17:58:11 +0000 Subject: - Re-Implemented lower levels of ncpd (packet and link). ncpd is now multithreaded. Results in much better performance and less CPU usage. --- lib/ppsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ppsocket.h') diff --git a/lib/ppsocket.h b/lib/ppsocket.h index 05593d3..bde8f97 100644 --- a/lib/ppsocket.h +++ b/lib/ppsocket.h @@ -101,7 +101,7 @@ public: * @returns A pointer to a new instance for the accepted connection or NULL * if an error happened. */ - ppsocket *accept(string *Peer); + ppsocket *accept(string *Peer, IOWatch *); /** * Check and optionally wait for incoming data. -- cgit v1.2.3