From 4e256b6bf053a0c4ef9a599f83e647daca3b21a6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 8 Jan 2010 16:46:03 -0800 Subject: [PATCH] datapath: Renumber ioctls to avoid gaps. Suggested by Justin Pettit. --- include/openvswitch/datapath-protocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h index 2ae0c8286..ce187efa1 100644 --- a/include/openvswitch/datapath-protocol.h +++ b/include/openvswitch/datapath-protocol.h @@ -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. */ -- 2.43.0