3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 10:15:54 +00:00
Brooklyn/tools/virtio/linux/ratelimit.h

5 lines
109 B
C
Raw Normal View History

2021-05-27 00:09:36 +05:00
#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
#define __ratelimit(x) (*(x))