aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/linkchan.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-03-05 17:58:11 +0000
committerFritz Elfert <felfert@to.com>2002-03-05 17:58:11 +0000
commitcb2577b29fe7b93e9b168ded7f35da748fdeaf1d (patch)
treed7cf962ead89069f885f8da7137feb94acb3dfec /ncpd/linkchan.h
parent8f9ae0a93ba3ea860a28933c2a411eae9365c859 (diff)
downloadplptools-cb2577b29fe7b93e9b168ded7f35da748fdeaf1d.tar.gz
plptools-cb2577b29fe7b93e9b168ded7f35da748fdeaf1d.tar.bz2
plptools-cb2577b29fe7b93e9b168ded7f35da748fdeaf1d.zip
- Re-Implemented lower levels of ncpd (packet and link).
ncpd is now multithreaded. Results in much better performance and less CPU usage.
Diffstat (limited to 'ncpd/linkchan.h')
-rw-r--r--ncpd/linkchan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ncpd/linkchan.h b/ncpd/linkchan.h
index 31df803..6a073c4 100644
--- a/ncpd/linkchan.h
+++ b/ncpd/linkchan.h
@@ -32,8 +32,8 @@
class linkChan : public channel {
public:
- linkChan(ncp *ncpController);
-
+ linkChan(ncp *ncpController, int ncpChannel = -1);
+
void ncpDataCallback(bufferStore &a);
char *getNcpRegisterName();
void ncpConnectAck();