X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fmempool.h;h=f819a0f1e50a06c9af0ca8ea185029044bcad9ae;hb=dc4153282815e7162b30924864944d82fa52eac4;hp=59ef22960e0df875f8beaec5f99b69dcaea406c7;hpb=ae7dfec55384883a72867d4877b5283a3c1c8aa1;p=libucw.git diff --git a/ucw/mempool.h b/ucw/mempool.h index 59ef2296..f819a0f1 100644 --- a/ucw/mempool.h +++ b/ucw/mempool.h @@ -72,7 +72,7 @@ struct mempool { struct mempool_state state; void *unused, *last_big; size_t chunk_size, threshold; - uns idx; + uint idx; u64 total_size; };