Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforce.net>2011-05-24 21:20:16 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-05-24 21:20:16 +0400
commitccc7e35ee2b0047b7afb4f142387690f7b5f1b8f (patch)
treeab83b95459b5c171b390c78cd3ebbe3f4ac42231 /upnpsoap.h
parent2fb59c582306d3792779f3cef3c7f9416130f8e0 (diff)
* Add support for multiple network interfaces.
Diffstat (limited to 'upnpsoap.h')
-rw-r--r--upnpsoap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upnpsoap.h b/upnpsoap.h
index 9f75c03..d235466 100644
--- a/upnpsoap.h
+++ b/upnpsoap.h
@@ -37,6 +37,7 @@ struct Response
int start;
int returned;
int requested;
+ int iface;
uint32_t filter;
uint32_t flags;
enum client_types client;