ABI compatibility with 2.0

This commit is contained in:
Unbit
2014-10-24 12:01:31 +02:00
parent 5953573c3b
commit 00e0dcaa71
+3 -2
View File
@@ -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 {