[PATCH v1 15/24] session_policy_ivi: Create session config

2012-10-17 Thread Daniel Wagner
From: Daniel Wagner Instead using glib's cleanup hooks for the hash table, we implement it ourself. The reason for doing this is that we will use the policy_data structure via a second hash table. So there is no direct ownership between session_hash and policy_data after we add the second hash ta

Re: [PATCH v1 15/24] session_policy_ivi: Create session config

2012-10-19 Thread Patrik Flykt
On ons, 2012-10-17 at 14:42 +0200, Daniel Wagner wrote: > From: Daniel Wagner > > Instead using glib's cleanup hooks for the hash table, we implement > it ourself. The reason for doing this is that we will use the > policy_data structure via a second hash table. So there is no > direct ownership

Re: [PATCH v1 15/24] session_policy_ivi: Create session config

2012-10-22 Thread Daniel Wagner
On 19.10.2012 22:15, Patrik Flykt wrote: On ons, 2012-10-17 at 14:42 +0200, Daniel Wagner wrote: From: Daniel Wagner Instead using glib's cleanup hooks for the hash table, we implement it ourself. The reason for doing this is that we will use the policy_data structure via a second hash table.