diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-12-02 15:22:52 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-12-02 17:45:24 +0100 |
commit | 85b3822a4cc121dcb3d87937c2a44395d8887ae3 (patch) | |
tree | 941b20c216e21bceb8741704debfe6efc07f2c2f /src/ipcpd/normal/frct.h | |
parent | 552f2eb19f04968c0c5ebc7b16f6aa1cb61b6b29 (diff) | |
download | ouroboros-85b3822a4cc121dcb3d87937c2a44395d8887ae3.tar.gz ouroboros-85b3822a4cc121dcb3d87937c2a44395d8887ae3.zip |
ipcpd: normal: Provide directory for registered names
This adds a directory to the normal IPCP that maps names on IPCP
addresses.
Diffstat (limited to 'src/ipcpd/normal/frct.h')
-rw-r--r-- | src/ipcpd/normal/frct.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipcpd/normal/frct.h b/src/ipcpd/normal/frct.h index 572c1f61..6025abec 100644 --- a/src/ipcpd/normal/frct.h +++ b/src/ipcpd/normal/frct.h @@ -20,8 +20,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef OUROBOROS_IPCP_FRCT_H -#define OUROBOROS_IPCP_FRCT_H +#ifndef OUROBOROS_IPCPD_NORMAL_FRCT_H +#define OUROBOROS_IPCPD_NORMAL_FRCT_H #include <ouroboros/shared.h> #include <ouroboros/utils.h> @@ -51,4 +51,4 @@ int frct_i_write_sdu(cep_id_t id, int frct_nm1_post_sdu(struct pci * pci, struct shm_du_buff * sdb); -#endif +#endif /* OUROBOROS_IPCPD_NORMAL_FRCT_H */ |