1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

config: add note about 'vsn' macro use in config_settings.h

This commit is contained in:
Peter Rajnoha 2015-04-10 09:50:10 +02:00
parent 4eaa399b54
commit 463fd954bb

View File

@ -66,6 +66,8 @@
* since_version: the version this configuration node first appeared in (be sure
* that parent nodes are consistent with versioning, no check done
* if parent node is older or the same age as any child node!)
* Use "vsn" macro to translate the "major.minor.release" version
* into a single number that is being stored internally in memory.
*/
#include "defaults.h"