X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=netifd.h;h=aa955ef50f9516749f4fb767770bdce4cc919680;hp=ac0c0f24bab9180c3e164ce292ec33b5655bdff5;hb=363eee36e3a190fe77f5d7880d9ce637f0619507;hpb=c173c610044890c539584f3beb927e71ff83c198 diff --git a/netifd.h b/netifd.h index ac0c0f2..aa955ef 100644 --- a/netifd.h +++ b/netifd.h @@ -21,6 +21,7 @@ #include #include +#include #include @@ -77,10 +78,8 @@ struct netifd_process { void (*cb)(struct netifd_process *, int ret); int dir_fd; - struct uloop_fd log_uloop; + struct ustream_fd log; const char *log_prefix; - char *log_buf; - int log_buf_ofs; bool log_overflow; };