• Adam Wujek's avatar
    arch-wrs: in shmem, use pointers to structs intead of void pointers · 18b0f27d
    Adam Wujek authored
    Commit based on the commit from wrs-switch-sw described below.
    Apply changes to the arch-wrs/wrs-startup.c to follow declaration change of
    wrs_shm_alloc.
    
    userspace/libwr: in shmem, use pointers to structs intead of void pointers
    
    In shared memory functions take as parameters pinters to structures instead
    of void pointers. By this compiler will warn when wrong type of pointer is
    passed. For example when pointer to the data in shmem is passed instead of
    pointer to the header.
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    18b0f27d
Name
Last commit
Last update
..
include Loading commit data...
mini-rpc Loading commit data...
Makefile Loading commit data...
main-loop.c Loading commit data...
shmem.c Loading commit data...
util.c Loading commit data...
wrs-calibration.c Loading commit data...
wrs-io.c Loading commit data...
wrs-ipcserver.c Loading commit data...
wrs-startup.c Loading commit data...