Searched defs:RateLimit (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dratelimit.h27 typedef struct RateLimit { struct
32 } RateLimit; typedef in typeref:struct:RateLimit
35 RateLimit _name = { \
44 RateLimit *_r = &(v); \
53 RateLimit *_r = &(v); \
58 bool ratelimit_test(RateLimit *r);

Completed in 1865 milliseconds