mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-05 21:21:53 +00:00
fixed zeromq support
This commit is contained in:
@@ -3265,6 +3265,9 @@ void uwsgi_proto_http_setup(struct uwsgi_socket *);
|
||||
void uwsgi_proto_https_setup(struct uwsgi_socket *);
|
||||
void uwsgi_proto_suwsgi_setup(struct uwsgi_socket *);
|
||||
#endif
|
||||
#ifdef UWSGI_ZEROMQ
|
||||
void uwsgi_proto_zmq_setup(struct uwsgi_socket *);
|
||||
#endif
|
||||
void uwsgi_proto_fastcgi_setup(struct uwsgi_socket *);
|
||||
void uwsgi_proto_fastcgi_nph_setup(struct uwsgi_socket *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user