Each view can access process details view
[lttngtop.git] / src / cursesdisplay.h
index 6a542527d106973e85451fcdeb8558c4da6f7d83..9188659d430b410943add1ea3e1aef0a80bd1519 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
- * MA 02111-1307, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef CURSESDISPLAY_H
 #include <ncurses.h>
 #include "common.h"
 
-enum current_view_list
+enum view_list
 {
        cpu = 1,
        perf,
        process_details,
-       fileio,
-       netio,
        iostream,
        tree,
-} current_view;
+};
+
+enum view_list current_view;
+enum view_list previous_view;
 
 void display(unsigned int);
 void init_ncurses();
This page took 0.022878 seconds and 4 git commands to generate.