r12414@catbus: nickm | 2007-04-16 17:37:17 -0400

More proposal-104 stuff: actually remember extra-info stuff.


svn:r9975
This commit is contained in:
Nick Mathewson
2007-04-16 21:37:21 +00:00
parent 97e1b68e43
commit 362fbc79d2
9 changed files with 121 additions and 19 deletions
-1
View File
@@ -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)