From: Jérémie Galarneau Date: Fri, 23 Jan 2015 21:24:52 +0000 (-0500) Subject: Add utility function to validate CTF identifiers X-Git-Tag: v2.0.0-pre1~1428 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=654c1444b546fd79b209288b93ed4e87d9bb8a2b;hp=654c1444b546fd79b209288b93ed4e87d9bb8a2b;p=babeltrace.git Add utility function to validate CTF identifiers Introduces bt_ctf_validate_identifier() which validates a given identifier against the list of CTF reserved keywords. This function may evolve to perform additional validity checks in the future as the CTF specification moves forward. Acked-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---