Re: [PATCH 2/2] private_network: Update APIs to be able to use multiple private networks

2011-06-27 Thread Guillaume Zajac
Hi Samuel, On 24/06/2011 18:08, Samuel Ortiz wrote: Hi Guillaume, The patch looks pretty good. I have one question for you though: On Wed, Jun 22, 2011 at 02:10:17PM +0200, Guillaume Zajac wrote: static void remove_private_network(gpointer user_data) { struct connman_private_netwo

Re: [PATCH 2/2] private_network: Update APIs to be able to use multiple private networks

2011-06-24 Thread Samuel Ortiz
Hi Guillaume, The patch looks pretty good. I have one question for you though: On Wed, Jun 22, 2011 at 02:10:17PM +0200, Guillaume Zajac wrote: > static void remove_private_network(gpointer user_data) > { > struct connman_private_network *pn = user_data; > > - close(pn->fd); > - > -

[PATCH 2/2] private_network: Update APIs to be able to use multiple private networks

2011-06-22 Thread Guillaume Zajac
--- src/connman.h |2 +- src/manager.c | 11 + src/tethering.c | 66 -- 3 files changed, 46 insertions(+), 33 deletions(-) diff --git a/src/connman.h b/src/connman.h index 2faeb1b..4ef6ec1 100644 --- a/src/connman.h +++ b/src