aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_socket.h')
-rw-r--r--src/modules/objects/class_socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_socket.h b/src/modules/objects/class_socket.h
index 28e078613..6a18bf51c 100644
--- a/src/modules/objects/class_socket.h
+++ b/src/modules/objects/class_socket.h
@@ -58,7 +58,7 @@ protected:
char * m_pInBuffer;
unsigned int m_uInBufferLen;
unsigned int m_uInDataLen;
- bool m_bIpV6;
+ bool m_bIPv6;
unsigned int m_uConnectionId;
KviDataBuffer * m_pOutBuffer;
@@ -132,7 +132,7 @@ protected:
char * m_pInBuffer;
unsigned int m_uInBufferLen;
unsigned int m_uInDataLen;
- bool m_bIpV6;
+ bool m_bIPv6;
unsigned int m_uConnectionId;
kvs_uint_t m_uRemotePort;
KviDataBuffer * m_pOutBuffer;