Memory size does not match. More...
#include <utils/ipc/shm_exceptions.h>

Public Member Functions | |
| ShmInconsistentSegmentSizeException (unsigned int desired_mem, unsigned int act_mem) | |
| Constructor. | |
Memory size does not match.
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.
1.7.1