Commit 564d60d6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Change vfp_entry->priv2 to int64_t instead of intptr_t

parent 648b6895
......@@ -63,7 +63,7 @@ struct vfp_entry {
enum vfp_status closed;
const struct vfp *vfp;
void *priv1;
intptr_t priv2;
int64_t priv2;
VTAILQ_ENTRY(vfp_entry) list;
uint64_t calls;
uint64_t bytes_out;
......
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