Re: [PATCH v1 21/24] session: Export session parsing functions

2012-10-23 Thread Daniel Wagner
On 22.10.2012 09:51, Patrik Flykt wrote: On Mon, 2012-10-22 at 09:43 +0200, Daniel Wagner wrote: I don't see it in my tree. Which line (assuming I am blind again)? parse_service_types() ? You were talking about: Functionality for connman_session_parse_allowed_bearers already exists in

Re: [PATCH v1 21/24] session: Export session parsing functions

2012-10-22 Thread Daniel Wagner
On 19.10.2012 23:03, Patrik Flykt wrote: On ons, 2012-10-17 at 14:42 +0200, Daniel Wagner wrote: From: Daniel Wagner daniel.wag...@bmw-carit.de --- include/session.h | 4 +++ src/session.c | 76 +-- 2 files changed, 56 insertions(+),

Re: [PATCH v1 21/24] session: Export session parsing functions

2012-10-22 Thread Patrik Flykt
On Mon, 2012-10-22 at 09:43 +0200, Daniel Wagner wrote: I don't see it in my tree. Which line (assuming I am blind again)? parse_service_types() ? parse_service_types() parses the service type not the session ConnectionType. Not the same type. Yes, the above was only applicable for the

Re: [PATCH v1 21/24] session: Export session parsing functions

2012-10-19 Thread Patrik Flykt
On ons, 2012-10-17 at 14:42 +0200, Daniel Wagner wrote: From: Daniel Wagner daniel.wag...@bmw-carit.de --- include/session.h | 4 +++ src/session.c | 76 +-- 2 files changed, 56 insertions(+), 24 deletions(-) diff --git

[PATCH v1 21/24] session: Export session parsing functions

2012-10-17 Thread Daniel Wagner
From: Daniel Wagner daniel.wag...@bmw-carit.de --- include/session.h | 4 +++ src/session.c | 76 +-- 2 files changed, 56 insertions(+), 24 deletions(-) diff --git a/include/session.h b/include/session.h index afad9fb..9b5a1f0 100644 ---