X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fbase%2Fsocket.hh;h=942318e45a8d2b70098678536abf8f4fd4aaa9ff;hb=2dd699ed3d31b5aee8fbb88948c4ea6083b1c8b0;hp=8e55eae721f88ae6fa41950c3490e78da87c5fd4;hpb=15a8f050605919579e81b6abb98a0b596334216d;p=gem5.git diff --git a/src/base/socket.hh b/src/base/socket.hh index 8e55eae72..942318e45 100644 --- a/src/base/socket.hh +++ b/src/base/socket.hh @@ -33,6 +33,14 @@ class ListenSocket { + protected: + static bool listeningDisabled; + static bool anyListening; + + public: + static void disableAll(); + static bool allDisabled(); + protected: bool listening; int fd;