]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uuidd: add uuidd specific data types that are used in protocol
authorSami Kerola <kerolasa@iki.fi>
Sat, 21 Nov 2020 16:57:43 +0000 (16:57 +0000)
committerSami Kerola <kerolasa@iki.fi>
Mon, 23 Nov 2020 22:48:07 +0000 (22:48 +0000)
commitb4911618195b981db74d76f8254ab0df1b3ae850
tree2336d749ad2683ebebcbe5415b1ca2a930c2b58c
parentea9416925c00cd3f364e05eb539aaba5bf7330c1
uuidd: add uuidd specific data types that are used in protocol

Use a typedef for types that are sensitive what comes to uuidd protocol
field widths, read write sizes, and related checks.

Proposed-by: Karel Zak <kzak@redhat.com>
Reference: https://github.com/karelzak/util-linux/pull/1196#discussion_r528595794
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/uuidd.c