summaryrefslogtreecommitdiff
path: root/lib/lacp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lacp.h')
-rw-r--r--lib/lacp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lacp.h b/lib/lacp.h
index 908ec201c..1ca06f762 100644
--- a/lib/lacp.h
+++ b/lib/lacp.h
@@ -49,6 +49,7 @@ bool lacp_is_active(const struct lacp *);
bool lacp_process_packet(struct lacp *, const void *member,
const struct dp_packet *packet);
enum lacp_status lacp_status(const struct lacp *);
+const char *lacp_status_description(enum lacp_status);
struct lacp_member_settings {
char *name; /* Name (for debugging). */