Skip to content

Commit 2c9a7ac

Browse files
committed
Use UNKNOWN as a default for calling_process
1 parent 9dfb3e1 commit 2c9a7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/eamxx/src/share/field/field_request.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ struct FieldRequest {
271271
SubviewInfo subview_info;
272272
std::string parent_name;
273273
bool incomplete = false;
274-
std::string calling_process = "";
274+
std::string calling_process = "UNKNOWN";
275275
};
276276

277277
// In order to use FieldRequest in std sorted containers (like std::set),

0 commit comments

Comments
 (0)