Message ID | 1500904849-8860-2-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [API-NEXT,v1,1/1] api: crypto: clarify compl_queue queue in crypto_session_param | expand |
diff --git a/include/odp/api/spec/crypto.h b/include/odp/api/spec/crypto.h index 6d4807c4..3b8e9ddb 100644 --- a/include/odp/api/spec/crypto.h +++ b/include/odp/api/spec/crypto.h @@ -312,8 +312,9 @@ typedef struct odp_crypto_session_param_t { /** Async mode completion event queue * - * The completion queue is used to return odp_crypto_op_enq() - * results to the application. + * The completion queue is used to return completions from + * odp_crypto_operation() or odp_crypto_op_enq() results to the + * application. */ odp_queue_t compl_queue;