Skip to content

Commit 05c2adc

Browse files
committed
adding flag for connected
1 parent dce6c7e commit 05c2adc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dds.net-connector-cpp.lib/connector/src/internal/inc/network_client.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ namespace dds {
9999

100100
std::string ipv4;
101101
int tcpPort;
102+
bool isConnected;
102103
socket_desc_t socketFileDescriptor;
103104
sockaddr_in targetSocketAddress;
104105

0 commit comments

Comments
 (0)