set Pid.Service flag regardless of platform
This commit is contained in:
parent
886f04adea
commit
1ca7d3227f
|
@ -621,8 +621,8 @@ static int ptql_branch_init_pid(ptql_parse_branch_t *parsed,
|
||||||
return SIGAR_OK;
|
return SIGAR_OK;
|
||||||
}
|
}
|
||||||
else if (strEQ(parsed->attr, "Service")) {
|
else if (strEQ(parsed->attr, "Service")) {
|
||||||
#ifdef WIN32
|
|
||||||
branch->flags = PTQL_PID_SERVICE;
|
branch->flags = PTQL_PID_SERVICE;
|
||||||
|
#ifdef WIN32
|
||||||
branch->data.str = strdup(parsed->value);
|
branch->data.str = strdup(parsed->value);
|
||||||
branch->data_size = strlen(parsed->value);
|
branch->data_size = strlen(parsed->value);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue