mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
fixed compilation error on i386 linux by moving sandbox_cfg_t definition
This commit is contained in:
parent
d91c776f61
commit
3802cae959
@ -85,6 +85,8 @@ struct sandbox_cfg_elem {
|
||||
/** Next element of the configuration*/
|
||||
struct sandbox_cfg_elem *next;
|
||||
};
|
||||
/** Typedef to structure used to manage a sandbox configuration. */
|
||||
typedef struct sandbox_cfg_elem sandbox_cfg_t;
|
||||
|
||||
/**
|
||||
* Structure used for keeping a linked list of getaddrinfo pre-recorded
|
||||
@ -132,9 +134,6 @@ typedef struct {
|
||||
|
||||
#endif // USE_LIBSECCOMP
|
||||
|
||||
/** Typedef to structure used to manage a sandbox configuration. */
|
||||
typedef struct sandbox_cfg_elem sandbox_cfg_t;
|
||||
|
||||
#ifdef USE_LIBSECCOMP
|
||||
/** Pre-calls getaddrinfo in order to pre-record result. */
|
||||
int sandbox_add_addrinfo(const char *addr);
|
||||
|
Loading…
Reference in New Issue
Block a user