Add private date pointer for networks
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 25 Dec 2008 20:56:27 +0000 (21:56 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 25 Dec 2008 20:56:27 +0000 (21:56 +0100)
include/element.h

index e8199b7..afe7b0c 100644 (file)
@@ -108,6 +108,7 @@ struct connman_element {
        union {
                void *private;
                struct connman_device *device;
+               struct connman_network *network;
        };
 
        GSList *properties;