Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
dc04d592
Commit
dc04d592
authored
Sep 12, 2016
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
silence flexelint
parent
d0a81307
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
1 deletion
+9
-1
shard_cfg.c
lib/libvmod_directors/shard_cfg.c
+1
-0
shard_dir.c
lib/libvmod_directors/shard_dir.c
+2
-0
shard_parse_vcc_enums.c
lib/libvmod_directors/shard_parse_vcc_enums.c
+2
-0
shard_parse_vcc_enums.h
lib/libvmod_directors/shard_parse_vcc_enums.h
+4
-1
No files found.
lib/libvmod_directors/shard_cfg.c
View file @
dc04d592
...
...
@@ -41,6 +41,7 @@
#include "shard_cfg.h"
#include "shard_hash.h"
/*lint -esym(749, shard_change_task_e::*) */
enum
shard_change_task_e
{
_INVALID
=
0
,
CLEAR
,
...
...
lib/libvmod_directors/shard_dir.c
View file @
dc04d592
...
...
@@ -28,6 +28,8 @@
* SUCH DAMAGE.
*/
/*lint -e801 */
#include "config.h"
#include <stdlib.h>
...
...
lib/libvmod_directors/shard_parse_vcc_enums.c
View file @
dc04d592
...
...
@@ -6,6 +6,8 @@
* TODO: integrate in vmodtool.py or replace with something else
*/
/*lint -e801 */
#include "shard_parse_vcc_enums.h"
#define term(c) ((c) == '\0')
...
...
lib/libvmod_directors/shard_parse_vcc_enums.h
View file @
dc04d592
...
...
@@ -17,6 +17,8 @@ enum alg_e {
enum
alg_e
parse_alg_e
(
const
char
*
);
/*lint -esym(769, by_e::_BY_E_MAX) */
enum
by_e
{
_BY_E_INVALID
=
0
,
BY_HASH
,
...
...
@@ -26,9 +28,10 @@ enum by_e {
_BY_E_MAX
};
enum
by_e
parse_by_e
(
const
char
*
);
/*lint -esym(769, healthy_e::_HEALTHY_E_MAX) */
enum
healthy_e
{
_HEALTHY_E_INVALID
=
0
,
CHOSEN
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment