summaryrefslogtreecommitdiffstats
path: root/tcps_sess.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcps_sess.h')
-rw-r--r--tcps_sess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcps_sess.h b/tcps_sess.h
index 2051bd1f..ec3a6af4 100644
--- a/tcps_sess.h
+++ b/tcps_sess.h
@@ -46,7 +46,7 @@ struct tcps_sess_s {
TCPFRAMINGMODE eFraming;
uchar *pMsg; /* message (fragment) received */
prop_t *fromHost; /* host name we received messages from */
- uchar *fromHostIP;
+ prop_t *fromHostIP;
void *pUsr; /* a user-pointer */
rsRetVal (*DoSubmitMessage)(tcps_sess_t*, uchar*, int); /* submit message callback */
};