diff options
Diffstat (limited to 'mblock/src/lib/mb_endpoint.cc')
-rw-r--r-- | mblock/src/lib/mb_endpoint.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mblock/src/lib/mb_endpoint.cc b/mblock/src/lib/mb_endpoint.cc index 80e05f50b..883ab3604 100644 --- a/mblock/src/lib/mb_endpoint.cc +++ b/mblock/src/lib/mb_endpoint.cc @@ -30,7 +30,7 @@ mb_endpoint::inside_of_relay_port_p() const return d_port->port_type() == mb_port::RELAY && d_component_name == "self"; } -pmt_t +gruel::pmt_t mb_endpoint::incoming_message_set() const { if (inside_of_relay_port_p()) // swap incoming and outgoing @@ -39,7 +39,7 @@ mb_endpoint::incoming_message_set() const return port()->incoming_message_set(); } -pmt_t +gruel::pmt_t mb_endpoint::outgoing_message_set() const { if (inside_of_relay_port_p()) // swap incoming and outgoing |