X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fskeleton_external.c;h=5d6a9ed815104590d5489be289378f1b4e31a2cb;hp=f9a0e1cdddf73011880664cb39e3d133596c7240;hb=13690c106ce4925a2cb8b3ba9c2fddd50b3a74a7;hpb=de8f6de97438d5664cd8765e60102b9109a273e2 diff --git a/engines/skeleton_external.c b/engines/skeleton_external.c index f9a0e1cd..5d6a9ed8 100644 --- a/engines/skeleton_external.c +++ b/engines/skeleton_external.c @@ -38,7 +38,7 @@ static struct io_u *fio_skeleton_event(struct thread_data *td, int event) * numbers. Required. */ static int fio_skeleton_getevents(struct thread_data *td, unsigned int min, - unsigned int max, struct timespec *t) + unsigned int max, const struct timespec *t) { return 0; } @@ -126,7 +126,7 @@ static int fio_skeleton_close(struct thread_data *td, struct fio_file *f) /* * Note that the structure is exported, so that fio can get it via - * dlsym(..., "ioengine"); + * dlsym(..., "ioengine"); for (and only for) external engines. */ struct ioengine_ops ioengine = { .name = "engine_name",