]> Git Repo - qemu.git/blobdiff - block/stream.c
job: Add JobDriver.job_type
[qemu.git] / block / stream.c
index 048bceb5d028229b897211ffb7d55a564a34694a..cb723f190afc971f9868d2375d44c51f0154d2fa 100644 (file)
@@ -211,8 +211,8 @@ out:
 static const BlockJobDriver stream_job_driver = {
     .job_driver = {
         .instance_size = sizeof(StreamBlockJob),
+        .job_type      = JOB_TYPE_STREAM,
     },
-    .job_type      = JOB_TYPE_STREAM,
     .start         = stream_run,
 };
 
This page took 0.022463 seconds and 4 git commands to generate.