004c7abcdb
As the code history changes, some constant macros are not used, so remove the unused macros in constants.h. Signed-off-by: Yunfeng Ye <yeyunfeng@huawei.com>
9 lines
186 B
C
9 lines
186 B
C
#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
|