OSDN Git Service

obexd: Remove msg from MAP session structure
authorChristian Fetzer <christian.fetzer@bmw-carit.de>
Fri, 13 Sep 2013 15:28:36 +0000 (17:28 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 16 Sep 2013 09:59:55 +0000 (12:59 +0300)
The D-Bus message for a pending method call is now stored in the
pending_request struct.

obexd/client/map.c

index 8b56143..9fe872d 100644 (file)
@@ -95,7 +95,6 @@ static const char * const filter_list[] = {
 
 struct map_data {
        struct obc_session *session;
-       DBusMessage *msg;
        GHashTable *messages;
        int16_t mas_instance_id;
        uint8_t supported_message_types;