ratelimit.h 109 B

12345
  1. #define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
  2. #define __ratelimit(x) (*(x))