Skip to content

Commit

Permalink
add generic struct sockaddr to TfwAddr required by tfw_sched_rr
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmit11 committed Sep 22, 2014
1 parent 0deb5db commit 6c5397f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tempesta_fw/tempesta.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
typedef union {
struct sockaddr_in v4;
struct sockaddr_in6 v6;
struct sockaddr addr;
} TfwAddr;

typedef struct {
Expand Down

0 comments on commit 6c5397f

Please sign in to comment.