Commit db7dd322 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Cyrill Gorcunov

parasite: Braces around set-status macro arguments

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent d4f8e468
......@@ -51,9 +51,9 @@ typedef struct {
#define SET_PARASITE_STATUS(st, ret_code, sys_ret_code) \
do { \
st->ret = ret_code, \
st->sys_ret = sys_ret_code, \
st->line = __LINE__; \
(st)->ret = ret_code, \
(st)->sys_ret = sys_ret_code, \
(st)->line = __LINE__; \
} while (0)
struct parasite_dump_file_args {
......
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