Commit c4257032 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

VCL_BYTES, not VCL_INT.

Spotted by: @dridi
parent 22881138
......@@ -58,8 +58,8 @@ struct smu_sc {
unsigned magic;
#define SMU_SC_MAGIC 0x7695f68e
struct lock smu_mtx;
VCL_INT smu_max;
VCL_INT smu_alloc;
VCL_BYTES smu_max;
VCL_BYTES smu_alloc;
struct VSC_smu *stats;
umem_cache_t *smu_cache;
};
......
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