Update copyright years
[lttngtop.git] / src / cputop.h
index 1d4c91da9c53970536dd37b02f5cc1b23204bcd3..c1466446b5704ad9d36bc07b532a0065d5eec501 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Julien Desfossez
+ * Copyright (C) 2011-2012 Julien Desfossez
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License Version 2 as
 #include <inttypes.h>
 #include <glib.h>
 
-enum bt_cb_ret handle_sched_switch(struct ctf_event_definition *hook_data,
+enum bt_cb_ret handle_sched_switch(struct bt_ctf_event *hook_data,
                void *call_data);
 
-enum bt_cb_ret handle_sched_process_free(struct ctf_event_definition *call_data,
+enum bt_cb_ret handle_sched_process_free(struct bt_ctf_event *call_data,
                void *private_data);
 
 #endif /* _LTTNGTOP_H */
This page took 0.022657 seconds and 4 git commands to generate.