add text on mTask extensions, introduce bytecode view
[msc-thesis1617.git] / results.arch.tex
index 30fbc7a..87a25cb 100644 (file)
@@ -150,10 +150,10 @@ function and the record is updated accordingly.
 
 \begin{figure}[H]
        \begin{sequencediagram}
-               \newthread{c}{Server}
-               \newinst[4]{s}{Client}
-               \mess{c}{MTSpec}{s}
-               \mess{s}{MTDevSpec d}{c}
+               \newthread{s}{Server}
+               \newinst[4]{c}{Client}
+               \begin{call}{s}{MTSpec}{c}{MTDevSpec}
+               \end{call}
        \end{sequencediagram}
        \caption{Connect a device}\label{fig:handshake}
 \end{figure}