aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Wieczorkiewicz <pwieczorkiewicz@suse.de>2015-09-09 10:47:13 +0200
committerJiri Pirko <jiri@resnulli.us>2015-09-09 10:52:10 +0200
commit8eb684c8ed338313fe53fa6588bde1d7654ff08a (patch)
tree18b1109372e0fdb1922f8636e7aa0000d5c2585a
parentbeb831fdc19195aecb365c4b48b6d8451c59251c (diff)
downloadlibteam-8eb684c8ed338313fe53fa6588bde1d7654ff08a.tar.gz
Add missing prototypes for admin_state functions
Signed-off-by: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Signed-off-by: Jiri Pirko <jiri@resnulli.us>
-rw-r--r--include/team.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/team.h b/include/team.h
index da98361..20ebcf6 100644
--- a/include/team.h
+++ b/include/team.h
@@ -138,6 +138,7 @@ struct team_ifinfo *team_get_next_ifinfo(struct team_handle *th,
/* ifinfo getters */
bool team_is_ifinfo_removed(struct team_ifinfo *ifinfo);
uint32_t team_get_ifinfo_ifindex(struct team_ifinfo *ifinfo);
+bool team_get_ifinfo_admin_state(struct team_ifinfo *ifinfo);
struct team_port *team_get_ifinfo_port(struct team_ifinfo *ifinfo);
char *team_get_ifinfo_hwaddr(struct team_ifinfo *ifinfo);
bool team_is_ifinfo_hwaddr_changed(struct team_ifinfo *ifinfo);
@@ -149,6 +150,7 @@ char *team_get_ifinfo_ifname(struct team_ifinfo *ifinfo);
bool team_is_ifinfo_ifname_changed(struct team_ifinfo *ifinfo);
uint32_t team_get_ifinfo_master_ifindex(struct team_ifinfo *ifinfo);
bool team_is_ifinfo_master_ifindex_changed(struct team_ifinfo *ifinfo);
+bool team_is_ifinfo_admin_state_changed(struct team_ifinfo *ifinfo);
char *team_get_ifinfo_phys_port_id(struct team_ifinfo *ifinfo);
bool team_is_ifinfo_phys_port_id_changed(struct team_ifinfo *ifinfo);
size_t team_get_ifinfo_phys_port_id_len(struct team_ifinfo *ifinfo);