From 21e409aabddb6231d7aeafb3d8d99673399d7f95 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Thu, 13 Jun 2013 19:17:57 +0200 Subject: [PATCH] Added missing file. --- examples/twoway/introspecting_messages.lc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/twoway/introspecting_messages.lc diff --git a/examples/twoway/introspecting_messages.lc b/examples/twoway/introspecting_messages.lc new file mode 100644 index 0000000..735cd77 --- /dev/null +++ b/examples/twoway/introspecting_messages.lc @@ -0,0 +1,5 @@ +sample struct { + int index; + string name; + byte signature[_]; +} handles_signature; -- GitLab