aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/relay_stub.c
AgeCommit message (Collapse)Author
2023-05-25Forgot about the stub namesfriendly73
2023-05-25Fixed enum type not found in relay_stubfriendly73
2023-05-25Added void stubs for the relay metrics functions to fix building without ↵friendly73
relay module
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-03-26Add a SUBSYS_DECLARE_LOCATION() to every subsystem.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-19Declare relay/dirauth subsystem levels in a header.Nick Mathewson
This way, we can't get out of sync between the two declarations.
2019-12-19Add "stub" files for disabled modules.Nick Mathewson
These modules are only built when the selected modules are disabled. The provide stub implementations of the subsystem blocks. Later, other stub implementations could move here. Having real subsystem blocks here will let us handle disabled configuration options better.