diff --git a/mbus/mbus-protocol-aux.h b/mbus/mbus-protocol-aux.h index 71eeecd..f5bf56b 100755 --- a/mbus/mbus-protocol-aux.h +++ b/mbus/mbus-protocol-aux.h @@ -75,6 +75,7 @@ */ struct _mbus_handle { int fd; + int max_retry; char is_serial; /**< _handle type (non zero for serial) */ int (*open) (struct _mbus_handle *handle); int (*close) (struct _mbus_handle *handle);