Async allocation for logbuffer flush finish

parent bf9c6d6c
// from linux // from linux
#define LIKELY(x) __builtin_expect(!!(x), 1)
#define likely(x) __builtin_expect(!!(x), 1) #define likely(x) __builtin_expect(!!(x), 1)
//#define unlikely(x) __builtin_expect(!!(x), 0) #define UNLIKELY(x) __builtin_expect(!!(x), 0)
// not really compiler stuff, but compatiblity with master for varnish-cache 7.3 // not really compiler stuff, but compatiblity with master for varnish-cache 7.3
// taken from varnish-cache // taken from varnish-cache
......
This diff is collapsed.
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
-emacro(774, REPLACE) // if (...) -emacro(774, REPLACE) // if (...)
-emacro(835, DLE_N) // A zero has been given... -emacro(835, DLE_N) // A zero has been given...
-emacro(525, DLE_N) // Negative indent -emacro(525, DLE_N) // Negative indent
-emacro(160, VSTAILQ_LAST) // sequence ({ -emacro(160, VSTAILQ_LAST, VLIST_PREV) // sequence ({
-emacro(160, _vtake) // sequence ({ -emacro(160, _vtake) // sequence ({
// conflict between OA and VXID() macro // conflict between OA and VXID() macro
-esym(123, VXID) -esym(123, VXID)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment