Use uint64_t for packet_map_len
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Apr 2013 13:15:15 +0000 (09:15 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Apr 2013 13:15:15 +0000 (09:15 -0400)
packet_map_len is in bits, and we should use uint64_t to represent bits,
rather than size_t.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.024022 seconds and 4 git commands to generate.