X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fstate.h;h=17294c4a42683ec99d6fe5f394aa872a1fb4c2a1;hb=b9ce0bad7daf7c0a2333c91fdb1e35d602afe17f;hp=109ee64600622d7fbfd98a4ed7b11420e8f87997;hpb=58b4e4ae6fe118dbf6b441692eae833df2229d3e;p=lttv.git diff --git a/lttv/lttv/state.h b/lttv/lttv/state.h index 109ee646..17294c4a 100644 --- a/lttv/lttv/state.h +++ b/lttv/lttv/state.h @@ -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 */