~network-manager/network-manager/ubuntu.hardy.07

« back to all changes in this revision

Viewing changes to libnm-util/nm-setting.h

(merge) RELEASE 0.7~~svn20080928t225540+eni0-0ubuntu1 to ubuntu/intrepid

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        COMPARE_FLAGS_FUZZY = 0x00000001,
97
97
 
98
98
        /* Ignore the connection ID */
99
 
        COMPARE_FLAGS_IGNORE_ID = 0x00000002
 
99
        COMPARE_FLAGS_IGNORE_ID = 0x00000002,
 
100
 
 
101
        /* Ignore secrets */
 
102
        COMPARE_FLAGS_IGNORE_SECRETS = 0x00000004
100
103
} NMSettingCompareFlags;
101
104
 
102
105
/* Returns TRUE if the connections are the same */