Change-Id: I7ce7a37645d7d6c3b6356a5fd27926f1b62457e6
Signed-off-by: yeji01.kim <yeji01.kim@samsung.com>
} else if (name == "obj") {
instance.object.label = value;
} else if (name == "opid") {
- instance.object.inode = std::stoul(value);
+ instance.object.pid = std::stoul(value);
} else if (name == "ouid") {
instance.object.uid = std::stoul(value);
}
break;
case OBJECT_TYPE_PROCESS:
str << "type=process" << ",name=" << obj_name << ",label=" << obj_label
- << ",inode=" << obj_inode << ",uid=" << obj_uid;
+ << ",pid=" << obj_pid << ",uid=" << obj_uid;
break;
case OBJECT_TYPE_FILE:
str << "type=file" << ",name=" << obj_name << ",label=" << obj_label