From 6f66d1086b11c2f9b73f574b2c54dadc6b2ea29b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 23 Jan 2020 19:33:10 +0100 Subject: [PATCH] lib: don't break ABI by moving new config_tx_interval_ms to end --- src/lib/lldpctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/lldpctl.h b/src/lib/lldpctl.h index 4c46a904..5e676e94 100644 --- a/src/lib/lldpctl.h +++ b/src/lib/lldpctl.h @@ -652,7 +652,6 @@ lldpctl_atom_t *lldpctl_get_default_port(lldpctl_conn_t *conn); */ typedef enum { lldpctl_k_config_tx_interval, /**< `(I,WO)` Transmit interval. When set to -1, it is meant to transmit now. */ - lldpctl_k_config_tx_interval_ms, /**< `(I,WO)` Transmit interval in milliseconds. Set to -1 to transmit now. */ lldpctl_k_config_receiveonly, /**< `(I)` Receive only mode */ lldpctl_k_config_mgmt_pattern, /**< `(S,WON)` Pattern to choose the management address */ lldpctl_k_config_iface_pattern, /**< `(S,WON)` Pattern of enabled interfaces */ @@ -671,6 +670,7 @@ typedef enum { lldpctl_k_config_chassis_mgmt_advertise, /**< `(I,WO)` Enable or disable management addresses advertisement */ lldpctl_k_config_cid_string, /**< `(S,WON)` User defined string for the chassis ID */ lldpctl_k_config_perm_iface_pattern, /**< `(S,WON)` Pattern of permanent interfaces */ + lldpctl_k_config_tx_interval_ms, /**< `(I,WO)` Transmit interval in milliseconds. Set to -1 to transmit now. */ lldpctl_k_interface_name = 1000, /**< `(S)` The interface name. */ -- 2.39.5