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)
commit653906a470919038533e552142683c9edaae6744
tree574182967dcb742f1069009c93df77a50a4dce16
parentb620ec4a9bee4f2df11d5108e73077804cfa3c85
Use uint64_t for packet_map_len

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>
formats/ctf/ctf.c
This page took 0.024137 seconds and 4 git commands to generate.