forked from TrueCloudLab/frostfs-api
[#119] object: Define STRING_NOT_EQUAL value in MatchType enum
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
c51f4cd314
commit
ad4a9142ab
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ enum MatchType {
|
||||||
|
|
||||||
// Full string match
|
// Full string match
|
||||||
STRING_EQUAL = 1;
|
STRING_EQUAL = 1;
|
||||||
|
|
||||||
|
// Full string mismatch
|
||||||
|
STRING_NOT_EQUAL = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Short header fields
|
// Short header fields
|
||||||
|
|
Loading…
Reference in a new issue