summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas GraF <tgraf@suug.ch>2010-11-04 19:01:36 (GMT)
committerThomas GraF <tgraf@suug.ch>2010-11-04 19:01:36 (GMT)
commit59880cb01e0609f64bf004f8226541646b652cec (patch)
tree68c4d7efd722fdd5b48d56c21eeed08f319ad5fc /include
parentd283c8e889a64771ff4d42a56c1ce64fa3395ed8 (diff)
downloadlibnl-59880cb01e0609f64bf004f8226541646b652cec.zip
libnl-59880cb01e0609f64bf004f8226541646b652cec.tar.gz
libnl-59880cb01e0609f64bf004f8226541646b652cec.tar.bz2
pktloc: support to specify a shift operator for packet locations
no users yet though.
Diffstat (limited to 'include')
-rw-r--r--include/netlink/route/pktloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netlink/route/pktloc.h b/include/netlink/route/pktloc.h
index ad8c66c..c3768ce 100644
--- a/include/netlink/route/pktloc.h
+++ b/include/netlink/route/pktloc.h
@@ -26,6 +26,7 @@ struct rtnl_pktloc
{
char * name;
uint8_t layer;
+ uint8_t shift;
uint16_t offset;
uint16_t align;
uint32_t mask;