commit | 5df1de78da1b7bf0c659d36a9277cc21997e95b3 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Jun 11 11:10:49 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Jun 11 11:10:49 2021 +0200 |
tree | b0fdf3e9c61c59de330143f76382912e9d093afb | |
parent | 75518cf71cad3535e9965683eef9ec987832a11e [diff] |
data tree DOC mention binary value size units Refs #1617
diff --git a/src/tree_data.h b/src/tree_data.h index ed7b7da..fc60fd4 100644 --- a/src/tree_data.h +++ b/src/tree_data.h
@@ -611,7 +611,7 @@ */ struct lyd_value_binary { void *data; /**< binary value itself */ - size_t size; /**< size of the @p data value */ + size_t size; /**< size of the @p data value in bytes */ }; /**