Rev 4509 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4509 | Rev 4681 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | #define METHOD_OPER_TABLE_CHAINS 32 |
44 | #define METHOD_OPER_TABLE_CHAINS 32 |
| 45 | 45 | ||
| 46 | hash_table_t srv_proto; |
46 | hash_table_t srv_proto; |
| 47 | 47 | ||
| 48 | typedef struct { |
48 | typedef struct { |
| 49 | int srv; |
49 | unsigned srv; |
| 50 | proto_t *proto; |
50 | proto_t *proto; |
| 51 | link_t link; |
51 | link_t link; |
| 52 | } srv_proto_t; |
52 | } srv_proto_t; |
| 53 | 53 | ||
| 54 | typedef struct { |
54 | typedef struct { |