Tor  0.4.7.0-alpha-dev
Variables
relay_stub.c File Reference

Stub declarations for use when relay module is disabled. More...

#include "orconfig.h"
#include "feature/relay/relay_sys.h"
#include "lib/subsys/subsys.h"

Go to the source code of this file.

Variables

const struct subsys_fns_t sys_relay
 

Detailed Description

Stub declarations for use when relay module is disabled.

Definition in file relay_stub.c.

Variable Documentation

◆ sys_relay

const struct subsys_fns_t sys_relay
Initial value:
= {
.name = "relay",
.supported = false,
}
#define RELAY_SUBSYS_LEVEL
Definition: relay_sys.h:23
#define SUBSYS_DECLARE_LOCATION()
Definition: subsys.h:211

Definition at line 1 of file relay_stub.c.