summaryrefslogtreecommitdiffstats
path: root/src/shared/ResourceImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/ResourceImpl.cpp')
-rw-r--r--src/shared/ResourceImpl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/ResourceImpl.cpp b/src/shared/ResourceImpl.cpp
index 5f23caf3..6af25ef0 100644
--- a/src/shared/ResourceImpl.cpp
+++ b/src/shared/ResourceImpl.cpp
@@ -115,6 +115,9 @@ ResourceImpl::type(
} else if (!strcmp(atom.get_uri(), "obj:ValuePort")) {
data_type = PortType::VALUE;
port = true;
+ } else if (!strcmp(atom.get_uri(), "obj:MessagePort")) {
+ data_type = PortType::MESSAGE;
+ port = true;
}
}
}