Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108361
b: refs/heads/master
c: afdd614
h: refs/heads/master
i:
  108359: 559c6fa
v: v3
  • Loading branch information
Sven Wegener committed Aug 11, 2008
1 parent 691aa81 commit 6a018c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ab19ea36c5c5340ff598e4d15fc084eb65671dc
refs/heads/master: afdd614071aef652f5a3e2a06965de049dd8339b
2 changes: 1 addition & 1 deletion trunk/include/net/ip_vs.h
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ struct ip_vs_app
*/
extern const char *ip_vs_proto_name(unsigned proto);
extern void ip_vs_init_hash_table(struct list_head *table, int rows);
#define IP_VS_INIT_HASH_TABLE(t) ip_vs_init_hash_table(t, sizeof(t)/sizeof(t[0]))
#define IP_VS_INIT_HASH_TABLE(t) ip_vs_init_hash_table((t), ARRAY_SIZE((t)))

#define IP_VS_APP_TYPE_FTP 1

Expand Down

0 comments on commit 6a018c9

Please sign in to comment.