Moving ccnx-related to ccnx/
diff --git a/scheduler/task.cc b/scheduler/task.cc
index 980df48..cfe48c1 100644
--- a/scheduler/task.cc
+++ b/scheduler/task.cc
@@ -22,7 +22,7 @@
 #include "task.h"
 #include "scheduler.h"
 
-void
+static void
 eventCallback(evutil_socket_t fd, short what, void *arg)
 {
   Task *task = static_cast<Task *>(arg);