stream: Add a TODO about cleaning up struct
parent
afc0256b2f
commit
6a5ea71289
|
@ -72,6 +72,8 @@ struct stream_impl {
|
||||||
void (*exec_and_send)(struct stream*, stream_exec_fn, void* userdata);
|
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 {
|
||||||
struct stream_impl *impl;
|
struct stream_impl *impl;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue