Skip to content

Commit 535762b

Browse files
committed
Documented fields
1 parent f0204b6 commit 535762b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/util.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,12 @@ void replace_in_buffer(MemoryRange src, const uint8_t* src_data,
697697
// Strip any directory part from the filename `s`
698698
void base_name(std::string& s);
699699
struct TraceOutputPath {
700+
// The root trace directory, where recorded traces will be saved
700701
std::string output_trace_dir;
702+
// The name of the recording that's currently being created
701703
std::string name;
704+
// Flags that are set, to signal if user requested different
705+
// trace dirs or different names of the recordings
702706
bool usr_provided_outdir;
703707
bool usr_provided_name;
704708
};

0 commit comments

Comments
 (0)