Actions
Bug #511
closedlttng-gen-tp file naming restrictions
Start date:
04/27/2013
Due date:
% Done:
100%
Estimated time:
Description
I created a tracepoint in the file "cmd-get.h" and ran lttng-gen-tp on it. It caused the define in the .h to be:
#define CMD-GET_H
Because the "-" is not a valid character in a C identifier, the compilation fails.
Files
Actions