#include <utils/ipc/shm_exceptions.h>
Inheritance diagram for fawkes::ShmInconsistentSegmentSizeException:
Public Member Functions | |
ShmInconsistentSegmentSizeException (unsigned int desired_mem, unsigned int act_mem) | |
Constructor. |
Definition at line 47 of file shm_exceptions.h.
fawkes::ShmInconsistentSegmentSizeException::ShmInconsistentSegmentSizeException | ( | unsigned int | desired_mem, | |
unsigned int | act_mem | |||
) |
Constructor.
desired_mem | The exepcted memory size | |
act_mem | The actual memory size |
Definition at line 65 of file shm_exceptions.cpp.