Loading src/common/log.c +1 −1 Original line number Diff line number Diff line Loading @@ -658,7 +658,7 @@ change_callback_log_severity(int loglevelMin, int loglevelMax, UNLOCK_LOGS(); } /** If there are any log messages that were genered with LD_NOCB waiting to /** If there are any log messages that were generated with LD_NOCB waiting to * be sent to callback-based loggers, send them now. */ void flush_pending_log_callbacks(void) Loading src/common/mempool.c +1 −2 Original line number Diff line number Diff line Loading @@ -137,8 +137,7 @@ struct mp_chunk_t { int capacity; /**< Number of items that can be fit into this chunk. */ size_t mem_size; /**< Number of usable bytes in mem. */ char *next_mem; /**< Pointer into part of <b>mem</b> not yet carved up. */ /** Storage for this chunk */ char mem[FLEXIBLE_ARRAY_MEMBER]; char mem[FLEXIBLE_ARRAY_MEMBER]; /**< Storage for this chunk. */ }; /** Number of extra bytes needed beyond mem_size to allocate a chunk. */ Loading src/or/or.h +1 −1 Original line number Diff line number Diff line Loading @@ -1660,7 +1660,7 @@ typedef struct short_policy_t { unsigned int is_accept : 1; /** The actual number of values in 'entries'. */ unsigned int n_entries : 31; /** An array of 0 or more short_policy_entry_t values, each descriping a /** An array of 0 or more short_policy_entry_t values, each describing a * range of ports that this policy accepts or rejects (depending on the * value of is_accept). */ Loading Loading
src/common/log.c +1 −1 Original line number Diff line number Diff line Loading @@ -658,7 +658,7 @@ change_callback_log_severity(int loglevelMin, int loglevelMax, UNLOCK_LOGS(); } /** If there are any log messages that were genered with LD_NOCB waiting to /** If there are any log messages that were generated with LD_NOCB waiting to * be sent to callback-based loggers, send them now. */ void flush_pending_log_callbacks(void) Loading
src/common/mempool.c +1 −2 Original line number Diff line number Diff line Loading @@ -137,8 +137,7 @@ struct mp_chunk_t { int capacity; /**< Number of items that can be fit into this chunk. */ size_t mem_size; /**< Number of usable bytes in mem. */ char *next_mem; /**< Pointer into part of <b>mem</b> not yet carved up. */ /** Storage for this chunk */ char mem[FLEXIBLE_ARRAY_MEMBER]; char mem[FLEXIBLE_ARRAY_MEMBER]; /**< Storage for this chunk. */ }; /** Number of extra bytes needed beyond mem_size to allocate a chunk. */ Loading
src/or/or.h +1 −1 Original line number Diff line number Diff line Loading @@ -1660,7 +1660,7 @@ typedef struct short_policy_t { unsigned int is_accept : 1; /** The actual number of values in 'entries'. */ unsigned int n_entries : 31; /** An array of 0 or more short_policy_entry_t values, each descriping a /** An array of 0 or more short_policy_entry_t values, each describing a * range of ports that this policy accepts or rejects (depending on the * value of is_accept). */ Loading