From 77944384d24b5005d6b8648572a31a3ae84dd946 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 16 Dec 2014 22:40:44 +0100 Subject: add pipelines (as a sketch only), message ids and message responses --- common/commands/commandcompletion.fbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/commands') diff --git a/common/commands/commandcompletion.fbs b/common/commands/commandcompletion.fbs index 9583108..5330b4f 100644 --- a/common/commands/commandcompletion.fbs +++ b/common/commands/commandcompletion.fbs @@ -1,9 +1,9 @@ namespace Akonadi2; table CommandCompletion { - id: ulong - success: bool - log: ulong = 0 + id: ulong; + success: bool = true; + log: ulong = 0; } root_type CommandCompletion; -- cgit v1.2.3