diff options
author | David Timber <mieabby@gmail.com> | 2021-07-12 23:39:13 +1000 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2021-07-12 23:39:13 +1000 |
commit | 035df3be909e1c2509814f870c2d10edfa23576d (patch) | |
tree | e5f6293d844d3a205824545dbb64b3c55494688d /src/protocol.h | |
parent | 15bde4c46b707f7a95c7ea6650a3f02d67e50530 (diff) |
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
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |