mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-07 06:06:08 +00:00
ABI compatibility with 2.0
This commit is contained in:
@@ -191,13 +191,14 @@ struct corerouter_peer {
|
||||
|
||||
int current_timeout;
|
||||
|
||||
ssize_t (*flush)(struct corerouter_peer *);
|
||||
int is_flushing;
|
||||
|
||||
// maps 1:1 with subscription proto
|
||||
char proto;
|
||||
|
||||
int free_key;
|
||||
|
||||
ssize_t (*flush)(struct corerouter_peer *);
|
||||
int is_flushing;
|
||||
};
|
||||
|
||||
struct uwsgi_corerouter {
|
||||
|
||||
Reference in New Issue
Block a user