aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/link.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-07-23 19:45:20 +0000
committerFritz Elfert <felfert@to.com>2001-07-23 19:45:20 +0000
commit24f74bf9c5c97f8b3ee4f6658e9dac41f93f41a4 (patch)
tree2423ca1b31d77d089055c7fef1e926603fc9c5ca /ncpd/link.h
parent0c63f12fc440ddd144f95170d9d903aeb9b7ef2c (diff)
downloadplptools-24f74bf9c5c97f8b3ee4f6658e9dac41f93f41a4.tar.gz
plptools-24f74bf9c5c97f8b3ee4f6658e9dac41f93f41a4.tar.bz2
plptools-24f74bf9c5c97f8b3ee4f6658e9dac41f93f41a4.zip
- Support NCP xon/xoff frames.
- Support up to 256 channels on S5
Diffstat (limited to 'ncpd/link.h')
-rw-r--r--ncpd/link.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ncpd/link.h b/ncpd/link.h
index 010100b..f8a7d73 100644
--- a/ncpd/link.h
+++ b/ncpd/link.h
@@ -47,6 +47,7 @@ class link {
bool hasFailed();
void reset();
void flush();
+ void purgeQueue(int);
void setVerbose(short int);
short int getVerbose();
void setPktVerbose(short int);
@@ -64,6 +65,7 @@ class link {
unsigned short verbose;
bool somethingToSend;
bool failed;
+ bool xoff[256];
};
#endif