>From Frank Filz <[email protected]>:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/265582

Change subject: Get rid of CONF_ITEM_ENUM, CONF_ITEM_ENUM_SET, and 
CONF_UNIQ_ENUM
......................................................................

Get rid of CONF_ITEM_ENUM, CONF_ITEM_ENUM_SET, and CONF_UNIQ_ENUM

CONF_ITEM_TOKEN should be used in place of CONF_ITEM_ENUM for most
cases, and those cases where the enum is actually a bit value, use
CONF_ITEM_ENUM_BITS.

CONF_ITEM_ENUM_SET was not used, but would have had to be either
CONF_ITEM_TOKEN_SET (which doesn't exist) or CONF_ITEM_ENUM_BITS_SET.

CONF_UNIQ_ENUM was not used either, but if necessary should have
been CONF_UNIQ_TOKEN.

Also, a break was missing from case CONFIG_ENUM.

Change-Id: Id0be3a719ab0ad9cde24cbfe3c7c74851fea29a5
Signed-off-by: Frank S. Filz <[email protected]>
---
M src/config_parsing/config_parsing.c
M src/include/config_parsing.h
2 files changed, 4 insertions(+), 68 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/82/265582/1
-- 
To view, visit https://review.gerrithub.io/265582
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id0be3a719ab0ad9cde24cbfe3c7c74851fea29a5
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz <[email protected]>

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
_______________________________________________
Nfs-ganesha-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to