macros rename
This commit is contained in:
@@ -58,11 +58,11 @@ public:
|
||||
};
|
||||
|
||||
|
||||
BINARY_STREAM_STORE(PIIntrospectionThreads::ThreadInfo) {
|
||||
BINARY_STREAM_WRITE(PIIntrospectionThreads::ThreadInfo) {
|
||||
s << v.classname << v.name << v.id << v.state << v.priority << v.delay << v.run_us << v.run_count;
|
||||
return s;
|
||||
}
|
||||
BINARY_STREAM_RESTORE(PIIntrospectionThreads::ThreadInfo) {
|
||||
BINARY_STREAM_READ(PIIntrospectionThreads::ThreadInfo) {
|
||||
s >> v.classname >> v.name >> v.id >> v.state >> v.priority >> v.delay >> v.run_us >> v.run_count;
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user