12#ifndef ZYPP_MISC_CHECKACCESSDELETED_H
13#define ZYPP_MISC_CHECKACCESSDELETED_H
63 std::string service()
const;
91 size_type check(
bool verbose_r =
false );
111 void setDebugOutputFile (
const Pathname &filename_r);
118 static std::string findService( pid_t pid_r );
Check for running processes which access deleted executables or libraries.
std::vector< ProcInfo >::const_iterator const_iterator
RWCOW_pointer< Impl > _pimpl
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Data about one running process accessing deleted files.
std::string pid
process ID
std::string login
process login name
std::string puid
process user ID
std::string command
process command name
std::vector< std::string > files
list of deleted executables or libraries accessed
std::string ppid
parent process ID
RW_pointer supporting 'copy on write' functionality.