demo unit test: Use default attribute list
[libside.git] / tests / unit / demo.c
CommitLineData
061f74a8
MD
1#include <side/trace.h>
2
3side_static_event(my_provider_event, "myprovider", "myevent", SIDE_LOGLEVEL_DEBUG,
6546ff7a 4 side_field_list(side_field_s32("myfield"))
061f74a8
MD
5);
6
7int main()
8{
9 side_event(my_provider_event, side_arg_list(side_arg_s32(42)));
10 return 0;
11}
This page took 0.022569 seconds and 4 git commands to generate.