diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-16 21:37:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-16 21:37:21 +0000 |
commit | 362fbc79d276864c4b2b68ed9cf3bb8ba534985e (patch) | |
tree | de554cefaa860c8e384a5cbe955641ec2a7a77fc /src/common | |
parent | 97e1b68e43d728b3210889d75b9855d34f5147bf (diff) | |
download | tor-362fbc79d276864c4b2b68ed9cf3bb8ba534985e.tar.gz tor-362fbc79d276864c4b2b68ed9cf3bb8ba534985e.zip |
r12414@catbus: nickm | 2007-04-16 17:37:17 -0400
More proposal-104 stuff: actually remember extra-info stuff.
svn:r9975
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mempool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/mempool.c b/src/common/mempool.c index 673cf21e8b..91d4db07dc 100644 --- a/src/common/mempool.c +++ b/src/common/mempool.c @@ -140,7 +140,6 @@ struct mp_chunk_t { char mem[1]; /**< Storage for this chunk. (Not actual size.) */ }; - /** Number of extra bytes needed beyond mem_size to allocate a chunk. */ #define CHUNK_OVERHEAD (sizeof(mp_chunk_t)-1) |