bugfix pretty-printing and begin kprobes
[lttngtop.git] / src / cursesdisplay.h
index 38e1996678d4422e449e8a53445875a7a664a631..82877f993e13908c8a757a00b3bb04f7865fb3b8 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 <ncurses.h>
 #include "common.h"
 
-enum current_view_list
+enum view_list
 {
        cpu = 1,
        perf,
        process_details,
        iostream,
        tree,
-} current_view;
+       kprobes,
+};
+
+enum view_list current_view;
+enum view_list previous_view;
 
 void display(unsigned int);
 void init_ncurses();
This page took 0.022358 seconds and 4 git commands to generate.