Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
TS-3582 clang-format
  • Loading branch information
zwoop committed May 6, 2015
1 parent a65980b commit d4d55cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions proxy/http/remap/AclFiltering.h
Expand Up @@ -73,8 +73,8 @@ class acl_filter_rule
unsigned int allow_flag : 1, // action allow deny
src_ip_valid : 1, // src_ip range valid
in_ip_valid : 1,
active_queue_flag : 1, // filter is in active state (used by .useflt directive)
internal : 1; // filter internal HTTP requests
active_queue_flag : 1, // filter is in active state (used by .useflt directive)
internal : 1; // filter internal HTTP requests

// we need arguments as string array for directive processing
int argc; // argument counter (only for filter defs)
Expand Down
2 changes: 1 addition & 1 deletion proxy/http/remap/RemapConfig.h
Expand Up @@ -38,7 +38,7 @@ class UrlRewrite;
#define REMAP_OPTFLG_SRC_IP 0x0010u /* "src_ip=" option (used for ACL filtering) */
#define REMAP_OPTFLG_ACTION 0x0020u /* "action=" option (used for ACL filtering) */
#define REMAP_OPTFLG_INTERNAL 0x0040u /* only allow internal requests to hit this remap */
#define REMAP_OPTFLG_IN_IP 0x0080u /* "in_ip=" option (used for ACL filtering)*/
#define REMAP_OPTFLG_IN_IP 0x0080u /* "in_ip=" option (used for ACL filtering)*/
#define REMAP_OPTFLG_MAP_ID 0x0800u /* associate a map ID with this rule */
#define REMAP_OPTFLG_INVERT 0x80000000u /* "invert" the rule (for src_ip at least) */
#define REMAP_OPTFLG_ALL_FILTERS (REMAP_OPTFLG_METHOD | REMAP_OPTFLG_SRC_IP | REMAP_OPTFLG_ACTION | REMAP_OPTFLG_INTERNAL)
Expand Down

0 comments on commit d4d55cd

Please sign in to comment.