From d2e640c43b2a07fd24f846b10f31f083487e8c6b Mon Sep 17 00:00:00 2001 From: mccallum Date: Tue, 12 Mar 1996 14:57:08 +0000 Subject: [PATCH] (TcpInPort _run_loop, _run_loop_mode): New ivars. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1113 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/TcpPort.h | 4 ++++ Source/objects/TcpPort.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Headers/gnustep/base/TcpPort.h b/Headers/gnustep/base/TcpPort.h index 8c98bea08..35e4b7de6 100644 --- a/Headers/gnustep/base/TcpPort.h +++ b/Headers/gnustep/base/TcpPort.h @@ -26,6 +26,7 @@ #include #include +#include #include #include #include @@ -41,6 +42,9 @@ fd_set active_fd_set; NSMapTable *client_sock_2_out_port; NSMapTable *client_sock_2_packet; + /* The RunLoop with which our file descriptors are registered. */ + id _run_loop; + id _run_loop_mode; } + newForReceivingFromPortNumber: (unsigned short)n; diff --git a/Source/objects/TcpPort.h b/Source/objects/TcpPort.h index 8c98bea08..35e4b7de6 100644 --- a/Source/objects/TcpPort.h +++ b/Source/objects/TcpPort.h @@ -26,6 +26,7 @@ #include #include +#include #include #include #include @@ -41,6 +42,9 @@ fd_set active_fd_set; NSMapTable *client_sock_2_out_port; NSMapTable *client_sock_2_packet; + /* The RunLoop with which our file descriptors are registered. */ + id _run_loop; + id _run_loop_mode; } + newForReceivingFromPortNumber: (unsigned short)n;