From c1d679506180bc23241fe14818c0a2dbbcbe3cef Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Mon, 27 Nov 2023 14:43:09 +0100 Subject: lib: Rename ipcp_info to ipcp_list_info The ipcp_info struct / message contains information only used for listing IPCPs, and I will reuse the ipcp_info name for general IPCP information common to all IPCPs such as name and type. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- include/ouroboros/protobuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ouroboros/protobuf.h') diff --git a/include/ouroboros/protobuf.h b/include/ouroboros/protobuf.h index c20ad8ca..da5d58fd 100644 --- a/include/ouroboros/protobuf.h +++ b/include/ouroboros/protobuf.h @@ -39,7 +39,7 @@ typedef UniConfigMsg uni_config_msg_t; typedef IpcpMsg ipcp_msg_t; #include "irm.pb-c.h" -typedef IpcpInfoMsg ipcp_info_msg_t; +typedef IpcpListMsg ipcp_list_msg_t; typedef NameInfoMsg name_info_msg_t; #include "qos.pb-c.h" -- cgit v1.2.3