diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2016-07-01 23:36:39 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2016-07-01 23:36:39 +0000 |
commit | 23ce47ed7545328751c4f21bd0972618190be9af (patch) | |
tree | 7e30812d5596df18576736a2c39eb9f4c30a599d /usr.sbin/ldpd/lde.h | |
parent | b0e895600dbc97157dbeb3c284253888aafacecf (diff) |
More renaming and whitespace cleanup.
No binary change after "strip -s".
Diffstat (limited to 'usr.sbin/ldpd/lde.h')
-rw-r--r-- | usr.sbin/ldpd/lde.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ldpd/lde.h b/usr.sbin/ldpd/lde.h index 3d2a06c48cb..77431b87a3f 100644 --- a/usr.sbin/ldpd/lde.h +++ b/usr.sbin/ldpd/lde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lde.h,v 1.42 2016/07/01 23:33:46 renato Exp $ */ +/* $OpenBSD: lde.h,v 1.43 2016/07/01 23:36:38 renato Exp $ */ /* * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> @@ -55,8 +55,8 @@ RB_PROTOTYPE(fec_tree, fec, entry, fec_compare) /* request entries */ struct lde_req { - struct fec fec; - uint32_t msgid; + struct fec fec; + uint32_t msg_id; }; /* mapping entries */ |