mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 05:50:08 +01:00
api: add NM_STATE_CONNECTED back to make life easier
alias for NM_STATE_CONNECTED_GLOBAL
This commit is contained in:
parent
47bc080af8
commit
11a68133c4
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ typedef enum {
|
|||
NM_STATE_CONNECTED_GLOBAL = 70
|
||||
} NMState;
|
||||
|
||||
/* For backwards compat */
|
||||
#define NM_STATE_CONNECTED NM_STATE_CONNECTED_GLOBAL
|
||||
|
||||
/* Types of NetworkManager devices */
|
||||
typedef enum {
|
||||
NM_DEVICE_TYPE_UNKNOWN = 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue