cleanup exit path
[lttngtop.git] / src / lttngtoptypes.h
index 16801d3e335b50da211817d323866f9bf0a80a98..e01f804f19039a8004623f214c3ff5699fc7a96f 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
@@ -21,6 +21,7 @@
 #include <glib.h>
 
 struct lttngtop {
+       GHashTable *process_hash_table; /* struct processtop */
        GPtrArray *process_table;       /* struct processtop */
        GPtrArray *files_table;         /* struct files */
        GPtrArray *cpu_table;           /* struct cputime */
This page took 0.022064 seconds and 4 git commands to generate.