24#ifndef _UTILS_IPC_SHM_LISTER_H_
25#define _UTILS_IPC_SHM_LISTER_H_
29class SharedMemoryHeader;
81 unsigned int mem_size,
82 const void * memptr) = 0;
Format list output for shared memory segments.
virtual void print_header()=0
Print header of the table.
virtual void print_info(const SharedMemoryHeader *header, int shm_id, int semaphore, unsigned int mem_size, const void *memptr)=0
Print info about segment.
virtual void print_no_segments()=0
Print this if no matching segment was found.
virtual ~SharedMemoryLister()
virtual destructor
virtual void print_footer()=0
Print footer of the table.
virtual void print_no_orphaned_segments()=0
Print this if no matching orphaned segment was found.
Fawkes library namespace.