Browse Source

debug.cpp

nix-debugging
Antonio SJ Musumeci 2 days ago
parent
commit
8fc944b1a1
  1. 2
      libfuse/lib/debug.cpp

2
libfuse/lib/debug.cpp

@ -1278,6 +1278,8 @@ debug_fuse_in_header(const struct fuse_in_header *hdr_)
void void
debug_fuse_out_header(const struct fuse_out_header *hdr_) debug_fuse_out_header(const struct fuse_out_header *hdr_)
{ {
if(hdr_->error == -ENOENT)
__builtin_trap();
fmt::print(g_OUTPUT, fmt::print(g_OUTPUT,
"unique=0x{:016x};" "unique=0x{:016x};"
" opcode=RESPONSE;" " opcode=RESPONSE;"

Loading…
Cancel
Save