We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a3ddc commit 0f1b1c0Copy full SHA for 0f1b1c0
bin/varnishd/acceptor/mgt_acceptor.h
@@ -43,6 +43,8 @@ struct listen_arg {
43
const struct uds_perms *perms;
44
};
45
46
+struct acceptor;
47
+
48
void VCA_Add(struct acceptor *);
49
void VCA_Config(void);
50
bin/varnishd/mgt/mgt_child.c
@@ -47,7 +47,6 @@
#include <sys/resource.h>
#include "mgt.h"
-#include "acceptor/cache_acceptor.h"
51
#include "acceptor/mgt_acceptor.h"
52
53
#include "vapi/vsig.h"
bin/varnishd/mgt/mgt_main.c
#include <sys/socket.h>
#include "mgt/mgt.h"
#include "common/heritage.h"
0 commit comments