mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Always define NS_MODULE and NS_SUBMODULE when NS is used.
When these macros aren't defined, the expansions of the NS macros can get particularly ugly.
This commit is contained in:
parent
e45810113b
commit
1ffba2f121
@ -95,6 +95,7 @@
|
||||
#endif
|
||||
|
||||
#define NS_MODULE dir
|
||||
#define NS_SUBMODULE tests
|
||||
|
||||
static networkstatus_t *
|
||||
networkstatus_parse_vote_from_string_(const char *s,
|
||||
|
@ -65,6 +65,7 @@ ENABLE_GCC_WARNING("-Woverlength-strings")
|
||||
#endif
|
||||
|
||||
#define NS_MODULE dir_handle_get
|
||||
#define NS_SUBMODULE tests
|
||||
|
||||
#define NOT_FOUND "HTTP/1.0 404 Not found\r\n\r\n"
|
||||
#define BAD_REQUEST "HTTP/1.0 400 Bad request\r\n\r\n"
|
||||
|
@ -35,7 +35,8 @@
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
#define NS_MODULE test_options
|
||||
#define NS_MODULE opt
|
||||
#define NS_SUBMODULE tests
|
||||
|
||||
typedef struct {
|
||||
int severity;
|
||||
|
@ -31,6 +31,9 @@
|
||||
#include "test/test.h"
|
||||
#include "test/log_test_helpers.h"
|
||||
|
||||
#define NS_MODULE rtr
|
||||
#define NS_SUBMODULE tests
|
||||
|
||||
NS_DECL(const routerinfo_t *, router_get_my_routerinfo, (void));
|
||||
|
||||
static routerinfo_t* mock_routerinfo;
|
||||
|
Loading…
Reference in New Issue
Block a user