summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ace/UPIPE_Connector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/UPIPE_Connector.h b/ace/UPIPE_Connector.h
index 1819f67f2b6..38b0562ecb0 100644
--- a/ace/UPIPE_Connector.h
+++ b/ace/UPIPE_Connector.h
@@ -82,6 +82,10 @@ public:
int reset_new_handle (ACE_HANDLE handle);
// Resets any event associations on this handle
+ // = Meta-type info
+ typedef ACE_UPIPE_Addr PEER_ADDR;
+ typedef ACE_UPIPE_Stream PEER_STREAM;
+
void dump (void) const;
// Dump the state of an object.