gamawangzi

Results 2 issues of gamawangzi

**I didn't encounter any errors when running cmake, but I ran into the following errors when running make ..** `/home/wangqian/lib/cppnebulagraph/nebula-cpp/include/common/datatypes/Date.h:26:25: error: expected ‘)’ before ‘days’ 26 | explicit Date(uint64_t days);...

`int trace_file_rename(struct pt_regs* ctx){ struct dentry *old_dentry = (struct dentry *)PT_REGS_PARM1(ctx); struct dentry *new_dentry = (struct dentry *)PT_REGS_PARM3(ctx); struct qstr d_name_old = old_dentry->d_name; char filename_old[DNAME_INLINE_LEN]; bpf_probe_read_user(filename_old, sizeof(filename_old), d_name_old.name); bpf_trace_printk("this is...