update for redis plugin

pull/81/head
Richard Fuchs 12 years ago
parent f99d6d4f42
commit 98e0b6dea5

@ -326,7 +326,6 @@ static void __stream_unconfirm(struct packet_stream *ps);
static void stream_unconfirm(struct packet_stream *ps);
static void __monologue_destroy(struct call_monologue *monologue);
static struct interface_address *get_interface_address(struct local_interface *lif, int family);
static struct interface_address *get_any_interface_address(struct local_interface *lif, int family);
@ -3549,7 +3548,7 @@ static struct interface_address *get_interface_address(struct local_interface *l
}
/* safety fallback */
static struct interface_address *get_any_interface_address(struct local_interface *lif, int family) {
struct interface_address *get_any_interface_address(struct local_interface *lif, int family) {
struct interface_address *ifa;
ifa = get_interface_address(lif, family);

@ -506,6 +506,7 @@ INLINE struct interface_address *get_interface_from_address(struct local_interfa
{
return g_hash_table_lookup(lif->addr_hash, addr);
}
struct interface_address *get_any_interface_address(struct local_interface *lif, int family);
const struct transport_protocol *transport_protocol(const str *s);

@ -31,7 +31,7 @@
#define REDIS_MODULE_VERSION "redis/7"
#define REDIS_MODULE_VERSION "redis/8"

Loading…
Cancel
Save