summaryrefslogtreecommitdiff
path: root/ace/UPIPE_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/UPIPE_Acceptor.h')
-rw-r--r--ace/UPIPE_Acceptor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/UPIPE_Acceptor.h b/ace/UPIPE_Acceptor.h
index b855285f76e..6e27aa476d7 100644
--- a/ace/UPIPE_Acceptor.h
+++ b/ace/UPIPE_Acceptor.h
@@ -57,7 +57,8 @@ public:
int accept (ACE_UPIPE_Stream &server_stream,
ACE_UPIPE_Addr *remote_addr = 0,
ACE_Time_Value *timeout = 0,
- int restart = 1);
+ int restart = 1,
+ int reset_new_handle = 0);
// Accept a new data transfer connection. A <timeout> of 0 means
// block forever, a <timeout> of {0, 0} means poll. <restart> == 1
// means "restart if interrupted."