diff --git a/include/stream.h b/include/stream.h index 6b1f8cf..706a842 100644 --- a/include/stream.h +++ b/include/stream.h @@ -72,6 +72,8 @@ struct stream_impl { void (*exec_and_send)(struct stream*, stream_exec_fn, void* userdata); }; +// TODO: Move some of these struct members into their respective implementation +// classes. struct stream { struct stream_impl *impl;