Fix: event, stream names can be strings
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 9 Jun 2017 21:41:53 +0000 (17:41 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 22:04:20 +0000 (18:04 -0400)
commit1530e4060d7afb862a2c1df2436e3104fbf1279d
treea9f32d2fa1b31348fd339e32821dc0b7f05d1856
parent73d7fabb358284fcf05553169d6df6279ece6e13
Fix: event, stream names can be strings

The code is too strict and enforces that they need to be CTF
identifiers, but it's valid to have those as simple strings.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/ctf-ir/event-class.c
lib/ctf-ir/stream-class.c
This page took 0.025028 seconds and 4 git commands to generate.