Skip to content
Snippets Groups Projects
Commit 961944b9 authored by Barabanov Anton's avatar Barabanov Anton
Browse files

fix race condition in iobuf

parent 5786ecdd
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
#include "coio_buf.h"
#include "fiber.h"
struct mempool iobuf_pool;
__thread struct mempool iobuf_pool;
/**
* Network readahead. A signed integer to avoid
* automatic type coercion to an unsigned type.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment