Commit ad63c8fa authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Add comment.

parent 7fe5624f
...@@ -29,7 +29,7 @@ struct filter { ...@@ -29,7 +29,7 @@ struct filter {
unsigned char plen; unsigned char plen;
unsigned char plen_ge, plen_le; unsigned char plen_ge, plen_le;
unsigned char *neigh; unsigned char *neigh;
int proto; int proto; /* May be negative */
unsigned int result; unsigned int result;
struct filter *next; struct filter *next;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment