examplse : de-shadow
ggml-ci
This commit is contained in:
parent
82caffa74e
commit
9a735ae6d8
16 changed files with 152 additions and 159 deletions
|
@ -338,16 +338,16 @@ public:
|
|||
resume();
|
||||
}
|
||||
|
||||
void set_prefix(bool prefix) {
|
||||
void set_prefix(bool val) {
|
||||
std::lock_guard<std::mutex> lock(mtx);
|
||||
|
||||
this->prefix = prefix;
|
||||
prefix = val;
|
||||
}
|
||||
|
||||
void set_timestamps(bool timestamps) {
|
||||
void set_timestamps(bool val) {
|
||||
std::lock_guard<std::mutex> lock(mtx);
|
||||
|
||||
this->timestamps = timestamps;
|
||||
timestamps = val;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue