diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-27 16:53:59 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-27 16:53:59 -0800 |
commit | 57681c7659992eb6b7d78db91f888487d4e2a260 (patch) | |
tree | 36dd430e8221983187f154f4ac2654bc3d2234df /firmware/zpu/lib/pkt_ctrl.h | |
parent | 60e7e634a2c50f7b19f266b636a9d97aa704dd24 (diff) | |
download | uhd-57681c7659992eb6b7d78db91f888487d4e2a260.tar.gz uhd-57681c7659992eb6b7d78db91f888487d4e2a260.tar.bz2 uhd-57681c7659992eb6b7d78db91f888487d4e2a260.zip |
packet_router: code tweaks, renamed instances of buffer pool, removed unused ctrl reg
Diffstat (limited to 'firmware/zpu/lib/pkt_ctrl.h')
-rw-r--r-- | firmware/zpu/lib/pkt_ctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/zpu/lib/pkt_ctrl.h b/firmware/zpu/lib/pkt_ctrl.h index 346e22094..410ffdaa4 100644 --- a/firmware/zpu/lib/pkt_ctrl.h +++ b/firmware/zpu/lib/pkt_ctrl.h @@ -30,7 +30,7 @@ typedef enum { //! Program the decision values into the packet inspector void pkt_ctrl_program_inspector( - const struct ip_addr *ip_addr, uint16_t ctrl_port, uint16_t data_port + const struct ip_addr *ip_addr, uint16_t data_port ); //! Set the routing mode for this device |