diff options
Diffstat (limited to 'src/ipcpd/unicast/pff/pft.h')
| -rw-r--r-- | src/ipcpd/unicast/pff/pft.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ipcpd/unicast/pff/pft.h b/src/ipcpd/unicast/pff/pft.h index 15bbe451..3517e0ef 100644 --- a/src/ipcpd/unicast/pff/pft.h +++ b/src/ipcpd/unicast/pff/pft.h @@ -35,6 +35,9 @@ void pft_destroy(struct pft * table); void pft_flush(struct pft * table); +void pft_del_fd(struct pft * table, + int fd); + /* Passes ownership of the block of memory */ int pft_insert(struct pft * pft, uint64_t dst, |
