Skip to content

Commit

Permalink
style: minor changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed May 24, 2015
1 parent 47b7b90 commit 1eb69bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ngx_dynamic_upstream_module.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
#ifndef NGX_DYNAMIC_UPSTREAM_H
#define NGX_DYNAMIC_UPSTREAM_H


#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>


#define NGX_DYNAMIC_UPSTEAM_OP_LIST 0
#define NGX_DYNAMIC_UPSTEAM_OP_ADD 1
#define NGX_DYNAMIC_UPSTEAM_OP_REMOVE 2
#define NGX_DYNAMIC_UPSTEAM_OP_BACKUP 4
#define NGX_DYNAMIC_UPSTEAM_OP_PARAM 8


#define NGX_DYNAMIC_UPSTEAM_OP_PARAM_WEIGHT 1
#define NGX_DYNAMIC_UPSTEAM_OP_PARAM_MAX_FAILS 2
#define NGX_DYNAMIC_UPSTEAM_OP_PARAM_FAIL_TIMEOUT 4
Expand Down
1 change: 1 addition & 0 deletions ngx_dynamic_upstream_op.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <ngx_core.h>
#include <ngx_http.h>


#include "ngx_dynamic_upstream_module.h"
#include "ngx_inet_slab.h"

Expand Down

0 comments on commit 1eb69bb

Please sign in to comment.