Add new state for shared connection service failure

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3827 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2008-07-17 15:17:25 +00:00
parent 979e8a8fbf
commit 90099fd06e

View File

@@ -273,6 +273,9 @@ typedef enum {
/* Shared connection service failed to start */
NM_DEVICE_STATE_REASON_SHARED_START_FAILED,
/* Shared connection service failed */
NM_DEVICE_STATE_REASON_SHARED_FAILED,
/* AutoIP service failed to start */
NM_DEVICE_STATE_REASON_AUTOIP_START_FAILED,