We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086e954 commit fbc32bdCopy full SHA for fbc32bd
src/core/configurator/cpipe.c
@@ -27,7 +27,7 @@ static int cpipe_fd[2] = {INVALID_FD, INVALID_FD};
27
static const char *module = "Configuration pipe";
28
29
// Size of the request must allow atomic write! (see write() for help)
30
-static_assert(sizeof(struct ipx_cpipe_req) <= PIPE_BUF);
+static_assert(sizeof(struct ipx_cpipe_req) <= PIPE_BUF, "non-atomic write!");
31
32
int
33
ipx_cpipe_init()
0 commit comments