irqbalance/constants.h
Yunfeng Ye 004c7abcdb Remove some unused constant macros in constants.h
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>
2020-11-25 23:57:04 +08:00

10 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