You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __INCLUDE_GUARD_CONSTANTS_H
|
|
#define __INCLUDE_GUARD_CONSTANTS_H
|
|
|
|
/* interval between rebalance attempts in seconds */
|
|
#define SLEEP_INTERVAL 10
|
|
|
|
#define NSEC_PER_SEC 1e9
|
|
|
|
#endif
|