Update FSF address
[lttv.git] / lttv / modules / gui / controlflow / processlist.h
index d94846030ea798d57aece063eb7cec4d5dc237b7..397cac5967a5e23b2a4defd267e05a56cf9a602e 100644 (file)
@@ -12,8 +12,8 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA 02110-1301, USA.
  */
 
 
@@ -24,7 +24,6 @@
 #include <gtk/gtk.h>
 #include <gdk/gdk.h>
 #include <lttv/state.h>
-#include <ltt/ltt.h>
 
 #include "drawitem.h"
 
@@ -46,7 +45,6 @@
 enum
 {
   PROCESS_COLUMN,
-  BRAND_COLUMN,
   PID_COLUMN,
   TGID_COLUMN,
   PPID_COLUMN,
@@ -136,7 +134,7 @@ void processlist_clear(ProcessList *process_list);
 /* CPU num is only used for PID 0 */
 int processlist_add(ProcessList *process_list, Drawing_t * drawing, 
     guint pid, guint tgid, guint cpu, guint ppid,
-    LttTime *birth, guint trace_num, GQuark name, GQuark brand, guint *height,
+    LttTime *birth, guint trace_num, GQuark name, guint *height,
     ProcessInfo **process_info,
     HashedProcessData **hashed_process_data);
 // out : success (0) and height
@@ -148,10 +146,6 @@ void processlist_set_name(ProcessList *process_list,
     GQuark name,
     HashedProcessData *hashed_process_data);
 
-void processlist_set_brand(ProcessList *process_list,
-    GQuark brand,
-    HashedProcessData *hashed_process_data);
-
 /* Set the ppid of a process */
 void processlist_set_tgid(ProcessList *process_list,
     guint tgid,
This page took 0.023821 seconds and 4 git commands to generate.