summaryrefslogtreecommitdiff
path: root/ace/TLI_Stream.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-06 22:35:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-06 22:35:48 +0000
commit44938fd314f2e4c2725d9f86174a82f8c221a0a3 (patch)
tree93752382bdc8909c061d8af78fa63eba996746f3 /ace/TLI_Stream.h
parentc48e600adafd52ea1328dbac024dfc3474b9123f (diff)
downloadATCD-44938fd314f2e4c2725d9f86174a82f8c221a0a3.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/TLI_Stream.h')
-rw-r--r--ace/TLI_Stream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/TLI_Stream.h b/ace/TLI_Stream.h
index 73a7391a3fd..e001958b91e 100644
--- a/ace/TLI_Stream.h
+++ b/ace/TLI_Stream.h
@@ -72,6 +72,9 @@ public:
ssize_t recv_n (void *buf, size_t n) const;
// Recv n bytes, keep trying until n are received (uses read (2)).
+ // = Meta-type info
+ typedef ACE_INET_Addr PEER_ADDR;
+
void dump (void) const;
// Dump the state of an object.