summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-15 21:15:03 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-15 21:15:03 +0000
commitf3a5de42f2671b499f321aa0a99441ef3bb8a6d1 (patch)
tree6a1ebcacef03ee1905ba7f67ea14f08c01924101 /ace/SOCK_Dgram.h
parent386c693be398474259cd9123081ffd387a47635a (diff)
downloadATCD-f3a5de42f2671b499f321aa0a99441ef3bb8a6d1.tar.gz
.
Diffstat (limited to 'ace/SOCK_Dgram.h')
-rw-r--r--ace/SOCK_Dgram.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram.h b/ace/SOCK_Dgram.h
index edaa691a9ab..815ab73d1fc 100644
--- a/ace/SOCK_Dgram.h
+++ b/ace/SOCK_Dgram.h
@@ -66,7 +66,8 @@ public:
ssize_t recv (iovec *io_vec,
ACE_Addr &addr,
- int flags = 0) const;
+ int flags = 0,
+ const ACE_Time_Value *timeout = 0) const;
// Allows a client to read from a socket without having to provide a
// buffer to read. This method determines how much data is in the
// socket, allocates a buffer of this size, reads in the data, and