diff options
| author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-04-19 10:07:00 +0200 | 
|---|---|---|
| committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-04-19 10:07:00 +0200 | 
| commit | 50cebfe6dbc6dd6740fc2e29b3c543d121bc1a18 (patch) | |
| tree | 877236ec9d67fbb2182a2f591ab4fb1e9357fa01 /src/ipcpd | |
| parent | b2acd622d6380724fa16ee66b9f0f4463f1cd477 (diff) | |
| download | ouroboros-50cebfe6dbc6dd6740fc2e29b3c543d121bc1a18.tar.gz ouroboros-50cebfe6dbc6dd6740fc2e29b3c543d121bc1a18.zip  | |
ipcpd: alignment fixes in ipcp-ops.h
Diffstat (limited to 'src/ipcpd')
| -rw-r--r-- | src/ipcpd/ipcp-ops.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ipcpd/ipcp-ops.h b/src/ipcpd/ipcp-ops.h index 2490e25c..5c917229 100644 --- a/src/ipcpd/ipcp-ops.h +++ b/src/ipcpd/ipcp-ops.h @@ -40,12 +40,12 @@ struct ipcp_ops {                                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, +                                  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      respnse); +                                       int      response);          int   (* ipcp_flow_dealloc)(uint32_t port_id);          /* FIXME: let's see how this will work with the shm_du_map */  | 
