summaryrefslogtreecommitdiff
path: root/libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.h
diff options
context:
space:
mode:
authorAntonio Cardace <acardace@redhat.com>2020-09-28 16:03:33 +0200
committerAntonio Cardace <acardace@redhat.com>2020-09-28 16:07:51 +0200
commit328fb90f3e0d4e35975aff63944ac0412d7893a5 (patch)
tree50a52b51e7740057e04b1c10af7095a63f01eed4 /libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.h
parentb4d8e69cd4838db8f563af8955d31de63e65f93f (diff)
downloadNetworkManager-328fb90f3e0d4e35975aff63944ac0412d7893a5.tar.gz
all: reformat all with new clang-format style
Run: ./contrib/scripts/nm-code-format.sh -i ./contrib/scripts/nm-code-format.sh -i Yes, it needs to run twice because the first run doesn't yet produce the final result. Signed-off-by: Antonio Cardace <acardace@redhat.com>
Diffstat (limited to 'libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.h')
-rw-r--r--libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.h39
1 files changed, 19 insertions, 20 deletions
diff --git a/libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.h b/libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.h
index 8a835205bf..a1a8ffe903 100644
--- a/libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.h
+++ b/libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.h
@@ -9,31 +9,30 @@
#include "nm-setting-team.h"
typedef enum {
- NM_TEAM_LINK_WATCHER_TYPE_NONE = 0,
- NM_TEAM_LINK_WATCHER_TYPE_ETHTOOL = (1u << 0),
- NM_TEAM_LINK_WATCHER_TYPE_NSNAPING = (1u << 1),
- NM_TEAM_LINK_WATCHER_TYPE_ARPING = (1u << 2),
+ NM_TEAM_LINK_WATCHER_TYPE_NONE = 0,
+ NM_TEAM_LINK_WATCHER_TYPE_ETHTOOL = (1u << 0),
+ NM_TEAM_LINK_WATCHER_TYPE_NSNAPING = (1u << 1),
+ NM_TEAM_LINK_WATCHER_TYPE_ARPING = (1u << 2),
} NMTeamLinkWatcherType;
typedef enum {
- NM_TEAM_LINK_WATCHER_KEY_NAME,
- NM_TEAM_LINK_WATCHER_KEY_DELAY_UP,
- NM_TEAM_LINK_WATCHER_KEY_DELAY_DOWN,
- NM_TEAM_LINK_WATCHER_KEY_INIT_WAIT,
- NM_TEAM_LINK_WATCHER_KEY_INTERVAL,
- NM_TEAM_LINK_WATCHER_KEY_MISSED_MAX,
- NM_TEAM_LINK_WATCHER_KEY_TARGET_HOST,
- NM_TEAM_LINK_WATCHER_KEY_VLANID,
- NM_TEAM_LINK_WATCHER_KEY_SOURCE_HOST,
- NM_TEAM_LINK_WATCHER_KEY_VALIDATE_ACTIVE,
- NM_TEAM_LINK_WATCHER_KEY_VALIDATE_INACTIVE,
- NM_TEAM_LINK_WATCHER_KEY_SEND_ALWAYS,
- _NM_TEAM_LINK_WATCHER_KEY_NUM,
+ NM_TEAM_LINK_WATCHER_KEY_NAME,
+ NM_TEAM_LINK_WATCHER_KEY_DELAY_UP,
+ NM_TEAM_LINK_WATCHER_KEY_DELAY_DOWN,
+ NM_TEAM_LINK_WATCHER_KEY_INIT_WAIT,
+ NM_TEAM_LINK_WATCHER_KEY_INTERVAL,
+ NM_TEAM_LINK_WATCHER_KEY_MISSED_MAX,
+ NM_TEAM_LINK_WATCHER_KEY_TARGET_HOST,
+ NM_TEAM_LINK_WATCHER_KEY_VLANID,
+ NM_TEAM_LINK_WATCHER_KEY_SOURCE_HOST,
+ NM_TEAM_LINK_WATCHER_KEY_VALIDATE_ACTIVE,
+ NM_TEAM_LINK_WATCHER_KEY_VALIDATE_INACTIVE,
+ NM_TEAM_LINK_WATCHER_KEY_SEND_ALWAYS,
+ _NM_TEAM_LINK_WATCHER_KEY_NUM,
} NMTeamLinkWatcherKeyId;
-char *nm_utils_team_link_watcher_to_string (const NMTeamLinkWatcher *watcher);
+char *nm_utils_team_link_watcher_to_string(const NMTeamLinkWatcher *watcher);
-NMTeamLinkWatcher *nm_utils_team_link_watcher_from_string (const char *str,
- GError **error);
+NMTeamLinkWatcher *nm_utils_team_link_watcher_from_string(const char *str, GError **error);
#endif /* __NM_LIBNM_CORE_AUX_H__ */