提交 d9916dc4 编写于 作者: X xy0 提交者: LINGuanRen

unity:add header file for ob_signal_processor.cpp

上级 ae119045
......@@ -20,12 +20,13 @@
#include <sys/syscall.h>
#include "lib/utility/ob_macro_utils.h"
#include "lib/signal/ob_signal_utils.h"
#include "lib/signal/ob_libunwind.h"
namespace oceanbase {
namespace common {
ObSigBTOnlyProcessor::ObSigBTOnlyProcessor() : fd_(-1), pos_(-1)
{
char* buf = filename_;
char *buf = filename_;
int64_t len = sizeof(filename_);
int64_t pos = safe_snprintf(buf, len, "stack.%d.", getpid());
int64_t count = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册