X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_time.h;h=ff4946a09689252c4f193d773ed349ec243e874c;hb=637e4b0b552cf9beff6886a2b0544c4b57eda44f;hp=be23fb2518ce86179bcdd94c7a86c94b002cd5ad;hpb=3e5e5a12e64630d7a37ed32b8d7e2d993c79f7e0;p=palacios.git diff --git a/palacios/include/palacios/vmm_time.h b/palacios/include/palacios/vmm_time.h index be23fb2..ff4946a 100644 --- a/palacios/include/palacios/vmm_time.h +++ b/palacios/include/palacios/vmm_time.h @@ -49,7 +49,7 @@ struct vm_time { struct vm_timer_ops { void (*update_time)(struct guest_info * info, ullong_t cpu_cycles, ullong_t cpu_freq, void * priv_data); - void (*advance_timer)(struct guest_info * info); + void (*advance_timer)(struct guest_info * info, void * private_data); }; struct vm_timer {