diff --git a/src/ca/cac.h b/src/ca/cac.h index 93bc5d150..d686fa4c4 100644 --- a/src/ca/cac.h +++ b/src/ca/cac.h @@ -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 ();