diff options
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.h b/src/protocol.h index caec3ce..f47fc65 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -182,6 +182,7 @@ typedef enum { * An int32_t that follows is not used. */ PRNE_HTBT_STATUS_AGAIN, + PRNE_HTBT_STATUS_TIMEDOUT, NB_PRNE_HTBT_STATUS } prne_htbt_status_code_t; |