X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=091f8c77181cbf3f1a014e31db2667b534aa5b0d;hp=a73ada5d06039b0d9c175c3266b581dd0a79d689;hb=4a562d17319e990f75ea3bbf5f3e25bfe0aafba7;hpb=335730538150250f32c0df0b184fb494e2bb0df3;ds=sidebyside diff --git a/write.h b/write.h index a73ada5d..091f8c77 100644 --- a/write.h +++ b/write.h @@ -113,6 +113,8 @@ struct writer_node_group { unsigned int *samplerate; /** the task associated to this group */ struct task task; + /** Whether the group is open, i.e. wng_open() was called. */ + int open; }; /** loop over each writer node in a writer group */