diff options
Diffstat (limited to 'ace/POSIX_Asynch_IO.h')
-rw-r--r-- | ace/POSIX_Asynch_IO.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/POSIX_Asynch_IO.h b/ace/POSIX_Asynch_IO.h index 405b6dc9f85..d90365a0be0 100644 --- a/ace/POSIX_Asynch_IO.h +++ b/ace/POSIX_Asynch_IO.h @@ -697,7 +697,8 @@ public: ACE_HANDLE accept_handle, const void *act, int priority, - int signal_number = 0); + int signal_number = 0, + int addr_family = AF_INET); /** * Cancel all pending pseudo-asynchronus requests |