summaryrefslogtreecommitdiff
path: root/src/ipcpd/ipcp-ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/ipcp-ops.h')
-rw-r--r--src/ipcpd/ipcp-ops.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ipcpd/ipcp-ops.h b/src/ipcpd/ipcp-ops.h
index 69682739..2490e25c 100644
--- a/src/ipcpd/ipcp-ops.h
+++ b/src/ipcpd/ipcp-ops.h
@@ -39,18 +39,18 @@ struct ipcp_ops {
int (* ipcp_ap_reg)(char * ap_name,
uint32_t reg_ap_id);
int (* ipcp_ap_unreg)(uint32_t reg_ap_id);
- int (* ipcp_flow_alloc)(uint32_t port_id,
- char * dst_ap_name,
- char * src_ap_name,
- char * src_ae_name,
+ int (* ipcp_flow_alloc)(uint32_t port_id,
+ char * dst_ap_name,
+ char * src_ap_name,
+ char * src_ae_name,
struct qos_spec * qos);
int (* ipcp_flow_alloc_resp)(uint32_t port_id,
- int result);
+ int respnse);
int (* ipcp_flow_dealloc)(uint32_t port_id);
/* FIXME: let's see how this will work with the shm_du_map */
int (* ipcp_du_write)(uint32_t port_id,
- size_t map_index);
+ size_t map_index);
int (* ipcp_du_read)(uint32_t port_id,
size_t map_index);