Update FSF address
[lttv.git] / lttv / lttv / state.h
index 109ee64600622d7fbfd98a4ed7b11420e8f87997..17294c4a42683ec99d6fe5f394aa872a1fb4c2a1 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.
  */
 
 #ifndef STATE_H
@@ -119,7 +119,6 @@ extern GQuark
        LTT_EVENT_STATEDUMP_END,
        //LTT_EVENT_FUNCTION_ENTRY,
        //LTT_EVENT_FUNCTION_EXIT,
-       LTT_EVENT_THREAD_BRAND,
        LTT_EVENT_REQUEST_ISSUE,
        LTT_EVENT_REQUEST_COMPLETE,
        LTT_EVENT_LIST_INTERRUPT,
@@ -247,9 +246,6 @@ extern LttvProcessStatus
        LTTV_STATE_RUN,
        LTTV_STATE_DEAD;
 
-extern GQuark
-       LTTV_STATE_UNBRANDED;
-
 typedef GQuark LttvProcessType;
 
 extern LttvProcessType
@@ -294,7 +290,6 @@ typedef struct _LttvProcessState {
        LttTime creation_time;
        LttTime insertion_time;
        GQuark name;
-       GQuark brand;
        GQuark pid_time;
        GArray *execution_stack;         /* Array of LttvExecutionState */
        LttvExecutionState *state;       /* Top of interrupt stack */
This page took 0.025852 seconds and 4 git commands to generate.