From 2d88fdaaa018d607eca5ce057dfbdf41beb6125b Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 31 Oct 2016 19:47:45 +0100 Subject: ipcpd: normal: Add policy for obtaining a flat address This adds a policy for obtaining a flat address, and thus also the infrastructure for policies in the IPCP. The IPCP should check if the address is available; this is currently not there yet. --- src/ipcpd/normal/shm_pci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipcpd/normal/shm_pci.h') diff --git a/src/ipcpd/normal/shm_pci.h b/src/ipcpd/normal/shm_pci.h index 2836737c..6e955d84 100644 --- a/src/ipcpd/normal/shm_pci.h +++ b/src/ipcpd/normal/shm_pci.h @@ -34,6 +34,7 @@ typedef uint32_t cep_id_t; #define INVALID_CEP_ID 0 +#define INVALID_ADDR 0 struct pci { uint8_t pdu_type; -- cgit v1.2.3