Add a SUBSYS_DECLARE_LOCATION() to every subsystem.

This commit is contained in:
Nick Mathewson
2020-02-14 09:57:46 -05:00
parent 53d74c0954
commit 3f6e37b1bc
19 changed files with 19 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ subsys_evloop_shutdown(void)
const struct subsys_fns_t sys_evloop = {
.name = "evloop",
SUBSYS_DECLARE_LOCATION(),
.supported = true,
.level = -20,
.initialize = subsys_evloop_initialize,