broker integration: add remote printing

This commit is contained in:
Jon Siwek 2015-01-14 13:28:34 -06:00
parent 0daa954ddb
commit 1e462481dc
5 changed files with 158 additions and 10 deletions

View file

@ -4,4 +4,10 @@ module Comm;
export {
const endpoint_name = "" &redef;
type SendFlags: record {
self: bool &default = F;
peers: bool &default = T;
unsolicited: bool &default = F;
};
}