fs-sink: fix handling static notifications
authorJulien Desfossez <jdesfossez@efficios.com>
Thu, 1 Jun 2017 18:16:59 +0000 (14:16 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 20:58:16 +0000 (16:58 -0400)
commitcdcf612f76937cfd654a3564fb77676768a44299
tree4318d4629e1cf04c474b4d8c54c8e50ae7a9235e
parenta619fcb71906fd9dd9ed75c3c8d9f14ab8204637
fs-sink: fix handling static notifications

Instead of relying on a stream count, keep a state for each stream.
This allows to check that we only see each stream once and works even if
each stream is started/completed sequentially.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/fs-sink/write.c
plugins/ctf/fs-sink/writer.h
This page took 0.024125 seconds and 4 git commands to generate.