Thanks Jerin I can change this on commit but the short log might be better with the approximate directory listed first
example: ipsec: corrected create_ipsec_cache_entry's out_pool argument handle type On 6 January 2015 at 06:16, Jerin Jacob <[email protected]> wrote: > Signed-off-by: Jerin Jacob <[email protected]> > --- > example/ipsec/odp_ipsec_cache.c | 2 +- > example/ipsec/odp_ipsec_cache.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/example/ipsec/odp_ipsec_cache.c > b/example/ipsec/odp_ipsec_cache.c > index 7a0c813..4447163 100644 > --- a/example/ipsec/odp_ipsec_cache.c > +++ b/example/ipsec/odp_ipsec_cache.c > @@ -41,7 +41,7 @@ int create_ipsec_cache_entry(sa_db_entry_t *cipher_sa, > crypto_api_mode_e api_mode, > bool in, > odp_queue_t completionq, > - odp_buffer_t out_pool) > + odp_buffer_pool_t out_pool) > { > odp_crypto_session_params_t params; > ipsec_cache_entry_t *entry; > diff --git a/example/ipsec/odp_ipsec_cache.h > b/example/ipsec/odp_ipsec_cache.h > index 2cbaabd..8d9d393 100644 > --- a/example/ipsec/odp_ipsec_cache.h > +++ b/example/ipsec/odp_ipsec_cache.h > @@ -90,7 +90,7 @@ int create_ipsec_cache_entry(sa_db_entry_t *cipher_sa, > crypto_api_mode_e api_mode, > bool in, > odp_queue_t completionq, > - odp_buffer_t out_pool); > + odp_buffer_pool_t out_pool); > > /** > * Find a matching IPsec cache entry for input packet > -- > 1.9.3 > > > _______________________________________________ > lng-odp mailing list > [email protected] > http://lists.linaro.org/mailman/listinfo/lng-odp > -- *Mike Holmes* Linaro Sr Technical Manager LNG - ODP
_______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
