Skip to content
  • Taylor R Campbell's avatar
    Fix more type redefinition errors. · 948856c0
    Taylor R Campbell authored
    In file included from ./src/core/or/or_circuit_st.h:12:0,
                     from src/core/or/circuitlist.c:112:
    ./src/core/or/circuit_st.h:15:39: error: redefinition of typedef ‘circpad_machine_spec_t’
    ./src/core/or/circuitpadding.h:572:3: note: previous declaration of ‘circpad_machine_spec_t’ was here
    ./src/core/or/circuit_st.h:16:40: error: redefinition of typedef ‘circpad_machine_state_t’
    ./src/core/or/circuitpadding.h:517:3: note: previous declaration of ‘circpad_machine_state_t’ was here
    948856c0