diff options
Diffstat (limited to 'accel-pppd/triton/mempool.h')
-rw-r--r-- | accel-pppd/triton/mempool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/triton/mempool.h b/accel-pppd/triton/mempool.h index 53eebfb..9b95af0 100644 --- a/accel-pppd/triton/mempool.h +++ b/accel-pppd/triton/mempool.h @@ -5,7 +5,7 @@ struct mempool_stat_t { - uint32_t allocated; + uint32_t allocated; uint32_t available; }; |