2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

datapath: Renumber ioctls to avoid gaps.

Suggested by Justin Pettit.
This commit is contained in:
Ben Pfaff
2010-01-08 16:46:03 -08:00
parent b4a7a3f3de
commit 4e256b6bf0

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2009 Nicira Networks.
* Copyright (c) 2009, 2010 Nicira Networks.
*
* This file is offered under your choice of two licenses: Apache 2.0 or GNU
* GPL 2.0 or later. The permission statements for each of these licenses is
@@ -77,8 +77,8 @@
#define ODP_EXECUTE _IOR('O', 18, struct odp_execute)
#define ODP_SET_SFLOW_PROBABILITY _IOR('O', 20, int)
#define ODP_GET_SFLOW_PROBABILITY _IOW('O', 21, int)
#define ODP_SET_SFLOW_PROBABILITY _IOR('O', 19, int)
#define ODP_GET_SFLOW_PROBABILITY _IOW('O', 20, int)
struct odp_stats {
/* Flows. */