aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/link.h
diff options
context:
space:
mode:
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