HZ not always defined on all Linux systems.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1433 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2007-09-09 06:46:03 +00:00
parent f81e95944b
commit 69b128e700

View File

@ -45,7 +45,7 @@
#include "../include/list.h"
#if defined(OPENAIS_BSD) || defined(OPENAIS_DARWIN)
#ifndef HZ
#define HZ 100 /* 10ms */
#endif