diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-15 18:10:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-19 07:54:56 -0500 |
commit | 5e2318165dba782f6daa6620b17e0fa1e72b4b11 (patch) | |
tree | 3f2beaef55248c114d6d36083ded4989e186dfbb /src/feature/relay/relay_sys.h | |
parent | 1d0ccda5955957c6c09a081502b315ba21c7c62e (diff) | |
download | tor-5e2318165dba782f6daa6620b17e0fa1e72b4b11.tar.gz tor-5e2318165dba782f6daa6620b17e0fa1e72b4b11.zip |
Add "stub" files for disabled modules.
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.
Diffstat (limited to 'src/feature/relay/relay_sys.h')
-rw-r--r-- | src/feature/relay/relay_sys.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/feature/relay/relay_sys.h b/src/feature/relay/relay_sys.h index aa387369b5..32e21d90d8 100644 --- a/src/feature/relay/relay_sys.h +++ b/src/feature/relay/relay_sys.h @@ -12,10 +12,6 @@ #ifndef TOR_FEATURE_RELAY_RELAY_SYS_H #define TOR_FEATURE_RELAY_RELAY_SYS_H -#ifdef HAVE_MODULE_RELAY - extern const struct subsys_fns_t sys_relay; -#endif - #endif /* !defined(TOR_FEATURE_RELAY_RELAY_SYS_H) */ |