summaryrefslogtreecommitdiffstats
path: root/src/meta.c
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 /src/meta.c
parente54065e417aba3fda63b68dedd45203d1c4e9b3c (diff)
src: rename datatype name from tc_handle to classid
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/meta.c')
-rw-r--r--src/meta.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/meta.c b/src/meta.c
index 94263f90..c7967b05 100644
--- a/src/meta.c
+++ b/src/meta.c
@@ -127,9 +127,9 @@ err:
}
static const struct datatype tchandle_type = {
- .type = TYPE_TC_HANDLE,
- .name = "tc_handle",
- .desc = "TC handle",
+ .type = TYPE_CLASSID,
+ .name = "classid",
+ .desc = "TC classid",
.byteorder = BYTEORDER_HOST_ENDIAN,
.size = 4 * BITS_PER_BYTE,
.basetype = &integer_type,