aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/shared_memory.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2016-12-21 13:27:21 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-01-12 18:01:12 +0300
commitca3b3950cc901d0e8db1f2bb9961c3bac9491c88 (patch)
treeca792c94e3de9517f2ea222032f4dad6809aa2c2 /include/odp/api/spec/shared_memory.h
parentdd3031076b80cf6d8b9df6024c44555c77b150fb (diff)
api: unify ODP_*_NAME_LEN specifications
Unify name length definitions to always include terminating null character. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp/api/spec/shared_memory.h')
-rw-r--r--include/odp/api/spec/shared_memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odp/api/spec/shared_memory.h b/include/odp/api/spec/shared_memory.h
index 885751d8f..074c88304 100644
--- a/include/odp/api/spec/shared_memory.h
+++ b/include/odp/api/spec/shared_memory.h
@@ -40,7 +40,7 @@ extern "C" {
* Synonym for buffer pool use
*/
-/** Maximum shared memory block name length in chars */
+/** Maximum shared memory block name length in chars including null char */
#define ODP_SHM_NAME_LEN 32
/*