summaryrefslogtreecommitdiff
path: root/device_mapper/libdm-common.h
Commit message (Collapse)AuthorAgeFilesLines
* device_mapper: rename libdevmapper.h -> all.hJoe Thornber2018-06-081-1/+1
| | | | | I'm paranoid a file will include the global one in /usr/include by accident.
* device-mapper: Fork libdm internally.Joe Thornber2018-05-161-0/+58
The device-mapper directory now holds a copy of libdm source. At the moment this code is identical to libdm. Over time code will migrate out to appropriate places (see doc/refactoring.txt). The libdm directory still exists, and contains the source for the libdevmapper shared library, which we will continue to ship (though not neccessarily update). All code using libdm should now use the version in device-mapper.