Add missing clock {} to ctf-specifier in grammar
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 8 Mar 2012 23:48:03 +0000 (18:48 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 8 Mar 2012 23:48:03 +0000 (18:48 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
common-trace-format-specification.txt

index cd6a6cee74813077f5081efce341df660fc7b574..a8ed0245d44db2701819c0816c8afbad5e901752 100644 (file)
@@ -1732,6 +1732,7 @@ typedef-name:
 2.3) CTF-specific declarations
 
 ctf-specifier:
+       clock { ctf-assignment-expression-list-opt }
        event { ctf-assignment-expression-list-opt }
        stream { ctf-assignment-expression-list-opt }
        env { ctf-assignment-expression-list-opt }
This page took 0.023521 seconds and 4 git commands to generate.