aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2018-01-18 13:26:56 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-02-26 14:04:00 +0300
commitcd76d8243eeb1aa0628ff5e87addf313aa2e5ba8 (patch)
treecf99f0462e4eeda9772a269c76be2c23eeb9d15c /include
parentdfc78ccc51856d4d40aa690e705cdce1a88e582a (diff)
api: ipsec: rename fragmentation mode option
Rename outbound operation fragmentation options to frag_mode. Frag_mode is used elsewhere in the API and "mode" is too generic term for it (not future proof). Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-by: Balasubramanian Manoharan <bala.manoharan@linaro.org> Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/odp/api/spec/ipsec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index c78afbe3f..1060a3ee2 100644
--- a/include/odp/api/spec/ipsec.h
+++ b/include/odp/api/spec/ipsec.h
@@ -984,7 +984,7 @@ typedef struct odp_ipsec_op_flag_t {
*/
typedef struct odp_ipsec_out_opt_t {
/** Fragmentation mode */
- odp_ipsec_frag_mode_t mode;
+ odp_ipsec_frag_mode_t frag_mode;
} odp_ipsec_out_opt_t;