From 97f2ac34ba36b752dc24baf7b31b386551a0204e Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Sat, 14 Jul 2012 16:15:45 +0200 Subject: [PATCH] M-Bus handle extended by maximum retry counter (in case of transmission errors) --- mbus/mbus-protocol-aux.h | 1 + 1 file changed, 1 insertion(+) 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);