We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af6641 commit 20a4e9aCopy full SHA for 20a4e9a
include/swoole_reactor.h
@@ -363,7 +363,7 @@ class Reactor {
363
static int _writable_callback(Reactor *reactor, Event *ev);
364
static ssize_t write_func(Reactor *reactor,
365
network::Socket *socket,
366
- size_t _len,
+ const size_t _len,
367
const std::function<ssize_t()> &send_fn,
368
const std::function<void(Buffer *buffer)> &append_fn);
369
src/os/signal.cc
@@ -24,6 +24,8 @@
24
#include <sys/signalfd.h>
25
#endif
26
27
+#include <csignal>
28
+
29
#ifdef HAVE_KQUEUE
30
#ifdef USE_KQUEUE_IDE_HELPER
31
#include "helper/kqueue.h"
0 commit comments