Adjust the ltt API to reflect that facilities, types and fields belong to
[lttv.git] / ltt / branches / poly / include / ltt / event.h
index d525cbb552f0b148e903659fcf5b96aedb339241..a9f511f15a5b89a197a2dfe304a6b50cf30692a4 100644 (file)
@@ -9,7 +9,7 @@
    the memory associated with an event may be reused at each read. */
 
 
-/* Obtain the tracefile unique integer id associated with the type of 
+/* Obtain the trace unique integer id associated with the type of 
    this event */
 
 unsigned ltt_event_eventtype_id(ltt_event *e);
@@ -21,8 +21,12 @@ ltt_facility *ltt_event_facility(ltt_event *e);
 
 ltt_eventtype *ltt_event_eventtype(ltt_event *e);
 
+
+/* Root field for the event */
+
 ltt_field *ltt_event_field(ltt_event *e);
 
+
 /* Time and cycle count for the event */
 
 ltt_time ltt_event_time(ltt_event *e);
This page took 0.023807 seconds and 4 git commands to generate.