aboutsummaryrefslogtreecommitdiffstats
path: root/src/sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sink.h')
-rw-r--r--src/sink.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/sink.h b/src/sink.h
index 6e8dffe3..1f7df534 100644
--- a/src/sink.h
+++ b/src/sink.h
@@ -23,9 +23,10 @@
An interface that receives a stream of RDF data.
*/
struct SerdSinkImpl {
- void* handle;
- SerdFreeFunc free_handle;
- SerdEventFunc on_event;
+ const SerdWorld* world;
+ void* handle;
+ SerdFreeFunc free_handle;
+ SerdEventFunc on_event;
};
#endif // SERD_SINK_H