* Add support for multiple network interfaces.

This commit is contained in:
Justin Maggard
2011-05-24 17:20:16 +00:00
parent ffd5df4a58
commit 9806103335
6 changed files with 105 additions and 55 deletions

View File

@ -37,6 +37,7 @@ struct Response
int start;
int returned;
int requested;
int iface;
uint32_t filter;
uint32_t flags;
enum client_types client;