From 4c882d7216bb12d5821a108b9f11544a075c7024 Mon Sep 17 00:00:00 2001 From: David Timber Date: Tue, 20 Oct 2020 07:28:50 +1030 Subject: Impl hostinfod and extras ... * Use EOVERFLOW instead of E2BIG * Add prne_iobuf_zero() * Fix format check logic error in prne_htbt_ser_msg_head() * Add prne_dup_str() * Add prne_timespec_ms() --- src/data/proto-test/hostinfo_req | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/data/proto-test/hostinfo_req (limited to 'src/data/proto-test/hostinfo_req') diff --git a/src/data/proto-test/hostinfo_req b/src/data/proto-test/hostinfo_req new file mode 100644 index 0000000..abeee61 --- /dev/null +++ b/src/data/proto-test/hostinfo_req @@ -0,0 +1,4 @@ +# initial msg id 0xA00 +8A00 +# PRNE_HTBT_OP_HOST_INFO +02 -- cgit