Преглед изворни кода

Fix processor count in evs interface.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1157 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake пре 19 година
родитељ
комит
4946f988eb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/evs.c

+ 1 - 1
lib/evs.c

@@ -1,4 +1,3 @@
-#define PROCESSOR_COUNT_MAX 32
 /*
  * vi: set autoindent tabstop=4 shiftwidth=4 :
 
@@ -46,6 +45,7 @@
 #include <sys/socket.h>
 #include <errno.h>
 
+#include "../exec/totem.h"
 #include "../include/saAis.h"
 #include "../include/evs.h"
 #include "../include/ipc_evs.h"