X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fmempool.h;h=0f043d602c1d07f54d780be949def05c08fc8b34;hb=bc5f818d21b7aceaf2c0e263b00aa4295211d8f9;hp=ee6db64d6b89783928e267cb3fe0f7d4f97fee91;hpb=2947caf89adae4556466e59be0dcf96fa1789ae9;p=libucw.git diff --git a/ucw/mempool.h b/ucw/mempool.h index ee6db64d..0f043d60 100644 --- a/ucw/mempool.h +++ b/ucw/mempool.h @@ -69,7 +69,7 @@ struct mempool_state { * You should use this one as an opaque handle only, the insides are internal. **/ struct mempool { - struct ucw_allocator allocator; + struct ucw_allocator allocator; // This must be the first element struct mempool_state state; void *unused, *last_big; size_t chunk_size, threshold;