From c5a17b217dd40245ba1f135af77e46216fd3e686 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 15 May 2012 15:50:59 +0000 Subject: [PATCH] high PRIO for command records --- streamApp/test.db | 3 +++ 1 file changed, 3 insertions(+) diff --git a/streamApp/test.db b/streamApp/test.db index 2155e80..283ca82 100644 --- a/streamApp/test.db +++ b/streamApp/test.db @@ -2,17 +2,20 @@ record (stringout, "$(P):cmd") { field (DTYP, "stream") field (OUT, "@test.proto command terminal") + field (PRIO, "HIGH") field (VAL, "") } record (stringout, "$(P):info") { field (DTYP, "stream") field (OUT, "@test.proto info terminal") + field (PRIO, "HIGH") } record (stringout, "$(P):request") { field (DTYP, "stream") field (OUT, "@test.proto request($(P):reply.VAL) terminal") + field (PRIO, "HIGH") } record (stringin, "$(P):reply") {