summaryrefslogtreecommitdiffstats
path: root/include/datatype.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-07-22 16:43:13 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-08-18 03:14:58 +0200
commit11b39df32835ce855e5c6b889fa2cbcefe517547 (patch)
tree53f78a870e11390b15337f8804a86590f553326f /include/datatype.h
parente54065e417aba3fda63b68dedd45203d1c4e9b3c (diff)
src: rename datatype name from tc_handle to classid
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/datatype.h')
-rw-r--r--include/datatype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/datatype.h b/include/datatype.h
index 3eb686e2..12ec46bc 100644
--- a/include/datatype.h
+++ b/include/datatype.h
@@ -27,7 +27,7 @@
* @TYPE_IFINDEX: interface index (integer subtype)
* @TYPE_ARPHRD: interface type (integer subtype)
* @TYPE_REALM: routing realm (integer subtype)
- * @TYPE_TC_HANDLE: TC handle (integer subtype)
+ * @TYPE_CLASSID: TC classid (integer subtype)
* @TYPE_UID: user ID (integer subtype)
* @TYPE_GID: group ID (integer subtype)
* @TYPE_CT_STATE: conntrack state (bitmask subtype)
@@ -66,7 +66,7 @@ enum datatypes {
TYPE_IFINDEX,
TYPE_ARPHRD,
TYPE_REALM,
- TYPE_TC_HANDLE,
+ TYPE_CLASSID,
TYPE_UID,
TYPE_GID,
TYPE_CT_STATE,