Move dummy_fd_set into Select

Now that we have select.cc.
This commit is contained in:
Keegan McAllister
2012-05-04 23:42:41 -04:00
committed by Keith Winstein
parent 768d4ce797
commit 7fc1aa30a5
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -19,3 +19,5 @@
#include "select.h"
Select *Select::instance = NULL;
fd_set Select::dummy_fd_set;