stream: Add a TODO about cleaning up struct

websockets
Andri Yngvason 2023-04-11 19:54:25 +00:00
parent afc0256b2f
commit 6a5ea71289
1 changed files with 2 additions and 0 deletions

View File

@ -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;