aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/ncp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/ncp.h')
-rw-r--r--ncpd/ncp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ncpd/ncp.h b/ncpd/ncp.h
index fba51e5..66039ac 100644
--- a/ncpd/ncp.h
+++ b/ncpd/ncp.h
@@ -113,6 +113,7 @@ private:
linkChan *lChan;
int maxChannels;
std::vector<PcServer> pcServers;
+ int lastSentChannel;
};
#endif