]> git.proxmox.com Git - mirror_qemu.git/blobdiff - replay/replay-internal.h
replay: Fix declaration of replay_read_next_clock
[mirror_qemu.git] / replay / replay-internal.h
index 89e377be90f38d01aa9c121d7ee9fc26705a8642..b6836354ac5317b1fc4d91c8505b1b8f5118baea 100644 (file)
@@ -136,7 +136,7 @@ bool replay_next_event_is(int event);
 /*! Reads next clock value from the file.
     If clock kind read from the file is different from the parameter,
     the value is not used. */
-void replay_read_next_clock(unsigned int kind);
+void replay_read_next_clock(ReplayClockKind kind);
 
 /* Asynchronous events queue */