X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Ffilter.h;h=452765dc0e36a49ec49876a53fbd82b5303c6e92;hb=b9ce0bad7daf7c0a2333c91fdb1e35d602afe17f;hp=80ec271b8a2a8dca9d61ae81b44cbe67bc310ab4;hpb=190724cdfc53eeebfd895b594f875b53a72adf37;p=lttv.git diff --git a/lttv/lttv/filter.h b/lttv/lttv/filter.h index 80ec271b..452765dc 100644 --- a/lttv/lttv/filter.h +++ b/lttv/lttv/filter.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 FILTER_H @@ -101,7 +101,6 @@ enum _LttvFieldType { LTTV_FILTER_STATE_CT, /**< state.creation_time (double) */ LTTV_FILTER_STATE_IT, /**< state.insertion_time (double) */ LTTV_FILTER_STATE_P_NAME, /**< state.process_name (char*) */ - LTTV_FILTER_STATE_T_BRAND, /**< state.thread_brand (char*) */ LTTV_FILTER_STATE_EX_MODE, /**< state.execution_mode (LttvExecutionMode) */ LTTV_FILTER_STATE_EX_SUBMODE, /**< state.execution_submode (LttvExecutionSubmode) */ LTTV_FILTER_STATE_P_STATUS, /**< state.process_status (LttvProcessStatus) */