From 7e7b83a6be56272b51bb8c0dd1244f59033bbf7e Mon Sep 17 00:00:00 2001 From: skarg Date: Mon, 13 Sep 2010 18:44:42 +0000 Subject: [PATCH] Added export for MS/TP Sole Master. --- bacnet-stack/include/dlmstp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacnet-stack/include/dlmstp.h b/bacnet-stack/include/dlmstp.h index 63f3455c..da200149 100644 --- a/bacnet-stack/include/dlmstp.h +++ b/bacnet-stack/include/dlmstp.h @@ -122,6 +122,8 @@ extern "C" { BACNET_ADDRESS * src, uint8_t mstp_address); + bool dlmstp_sole_master(void); + #ifdef __cplusplus } #endif /* __cplusplus */