summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2023-11-27 14:43:10 +0100
committerSander Vrijders <sander@ouroboros.rocks>2023-11-29 09:57:29 +0100
commit3f24301fff9c544dfe2b89c5737bc3cdf94ef9a9 (patch)
tree35e04e27e4a0e11c91fe3aa201004ac1d83a72e0 /include
parentc1d679506180bc23241fe14818c0a2dbbcbe3cef (diff)
downloadouroboros-3f24301fff9c544dfe2b89c5737bc3cdf94ef9a9.tar.gz
ouroboros-3f24301fff9c544dfe2b89c5737bc3cdf94ef9a9.zip
include: Rename layer.layer_name to layer.name
The layer_info had a member layer_name which is a bit redundant. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/ipcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ouroboros/ipcp.h b/include/ouroboros/ipcp.h
index c4d596b2..4be9b48e 100644
--- a/include/ouroboros/ipcp.h
+++ b/include/ouroboros/ipcp.h
@@ -99,7 +99,7 @@ struct udp_config {
/* Info reported back to the IRMd about the layer on enrollment */
struct layer_info {
- char layer_name[LAYER_NAME_SIZE + 1];
+ char name[LAYER_NAME_SIZE + 1];
int dir_hash_algo;
};