From 035df3be909e1c2509814f870c2d10edfa23576d Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 12 Jul 2021 23:39:13 +1000 Subject: Impl proone-htbtclient, fix htbt ... * Fix bug where htbt slv ctx loops when the connection stays on. This bug has not been found earlier because the test connections shutdown write channel * Fix bug where errno is not properly set when htbt_main_do_connect() fails * Add test for protocol enums * proone-htbtclient: impl hover command --- src/protocol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/protocol.h') diff --git a/src/protocol.h b/src/protocol.h index 88319b5..ba5bcb6 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -219,6 +219,8 @@ typedef enum { PRNE_HTBT_SER_RC_MORE_BUF, PRNE_HTBT_SER_RC_ERRNO, PRNE_HTBT_SER_RC_FMT_ERR, + + NB_PRNE_HTBT_SER_RC } prne_htbt_ser_rc_t; // serialise result code struct prne_htbt_msg_head { -- cgit