From b76dd5abd20f5773709d375ddbf4a1685bf2c8cb Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Fri, 25 Mar 2016 12:00:26 +0100 Subject: ipcpd: added shm_pci_t to manipulate PCI in shm Provides access to the members of the PCI for shm_du_buffs stored in the shared memory ringbuffer. --- src/ipcpd/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipcpd/CMakeLists.txt') diff --git a/src/ipcpd/CMakeLists.txt b/src/ipcpd/CMakeLists.txt index df6ba5e1..bcb5b986 100644 --- a/src/ipcpd/CMakeLists.txt +++ b/src/ipcpd/CMakeLists.txt @@ -8,6 +8,7 @@ set(SOURCE_FILES # Add source files here main.c pci.c + shm_pci.c ) add_executable (ipcpd ${SOURCE_FILES}) -- cgit v1.2.3