Skip to content
Snippets Groups Projects
Commit ef5d1e6b authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

consdiff disable a macro when running with COCCI

parent d9bad020
No related branches found
No related tags found
No related merge requests found
......@@ -530,10 +530,12 @@ typedef struct router_id_iterator_t {
cdline_t hash;
} router_id_iterator_t;
#ifndef COCCI
/**
* Initializer for a router_id_iterator_t.
*/
#define ROUTER_ID_ITERATOR_INIT { { NULL, 0 }, { NULL, 0 } }
#endif
/** Given an index *<b>idxp</b> into the consensus at <b>cons</b>, advance
* the index to the next router line ("r ...") in the consensus, or to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment