shared memory problem with 3.3test4

John Ford jford at nrao.edu
Tue Jan 31 05:17:09 CET 2006


Hello,
        I have found that there is a mismatch between rtai_shm.h, and
the device creation code in ipc/shm/shm.c

In rtai_shm.h, the device file is defined on line 184 as:

#define RTAI_SHM_DEV  "/dev/rtai_shm"

while in ipc/shm/shm.c it is RTAI_SHM:
line 247 and 248:
static struct miscdevice rtai_shm_dev =
        { RTAI_SHM_MISC_MINOR, "RTAI_SHM", &rtai_shm_fops };

Which is correct?

-- 
John Ford
National Radio Astronomy Observatory
Green Bank, WV 24944-0002




More information about the Rtai mailing list