]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: add a generic struct "name_desc" for name-description pairs
authorWilly Tarreau <w@1wt.eu>
Thu, 29 Aug 2019 07:32:21 +0000 (09:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 29 Aug 2019 07:34:53 +0000 (09:34 +0200)
commitfb4ba91ac1a2fd059cea66b0c7e01b95fcc9203a
treee3ceb4975d3750a22649d11cccf4987737bb0f8a
parent7185b789f94dc48cb1df5d09a82ebbf80172d7bf
MINOR: tools: add a generic struct "name_desc" for name-description pairs

In prompts on the CLI we now commonly need to propose a keyword name
and a description and it doesn't make sense to define a new struct for
each such pairs. Let's simply have a generic "name_desc" for this.
include/common/standard.h