Fix compile error
This commit is contained in:
parent
df064fa2ba
commit
d9c7631dcb
|
@ -175,9 +175,11 @@ void ipc_readcb(struct ev_loop *loop, ev_io *w, int revents) {
|
||||||
case SHRPX_IPC_REOPEN_LOG:
|
case SHRPX_IPC_REOPEN_LOG:
|
||||||
reopen_log(conn_handler);
|
reopen_log(conn_handler);
|
||||||
break;
|
break;
|
||||||
|
#if defined(ENABLE_HTTP3) && defined(HAVE_LIBBPF)
|
||||||
case SHRPX_IPC_UNLOAD_BPF_OBJECT:
|
case SHRPX_IPC_UNLOAD_BPF_OBJECT:
|
||||||
conn_handler->unload_bpf_objects();
|
conn_handler->unload_bpf_objects();
|
||||||
break;
|
break;
|
||||||
|
#endif // defined(ENABLE_HTTP3) && defined(HAVE_LIBBPF)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue