made mf private

This commit is contained in:
Jeff Hill
2001-07-12 23:25:58 +00:00
parent 207f25f469
commit bc0b51dbe4

View File

@@ -61,7 +61,6 @@ public:
// IIU routines
void signalRecvActivity ();
void processRecvBacklog ();
// outstanding IO count management routines
void incrementOutstandingIO ();
@@ -186,6 +185,7 @@ private:
bool ioInProgress;
bool recvProcessThreadExitRequest;
void processRecvBacklog ();
void flushRequestPrivate ();
void run ();
bool setupUDP ();