We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671d204 commit 6053bf5Copy full SHA for 6053bf5
1 file changed
timeout.h
@@ -107,9 +107,9 @@ struct timeout_cb {
107
108
#define TIMEOUT_INITIALIZER(flags) { (flags) }
109
110
-#define timeout_setcb(to, fn, arg) do { \
111
- (to)->callback.fn = (fn); \
112
- (to)->callback.arg = (arg); \
+#define timeout_setcb(to, f, a) do { \
+ (to)->callback.fn = (f); \
+ (to)->callback.arg = (a); \
113
} while (0)
114
115
struct timeout {
0 commit comments