summaryrefslogtreecommitdiff
path: root/tools/lvconvert_poll.h
Commit message (Collapse)AuthorAgeFilesLines
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-1/+1
| | | | | | | As we start refactoring the code to break dependencies (see doc/refactoring.txt), I want us to use full paths in the includes (eg, #include "base/data-struct/list.h"). This makes it more obvious when we're breaking abstraction boundaries, eg, including a file in metadata/ from base/
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
| | | | | Hmm rpmlint suggest fsf is using a different address these days, so lets keep it up-to-date
* polldaemon: move lvconvert_get_copy_lv codeOndrej Kozina2015-05-041-6/+0
| | | | | Moving lvconvert_get_copy_lv to polldaemon (poll_get_copy_lv). Clear move and rename.
* polldaemon: move lvconvert_get_copy_vg codeOndrej Kozina2015-05-041-4/+0
| | | | | Moving lvconvert_get_copy_vg to polldaemon (poll_get_copy_vg). Clear move and rename.
* lvconvert: move poll code in before refactoringOndrej Kozina2015-04-011-0/+61
This commit has no impact on functionality. Code required to be visible outside lvconvert.c is just moved into new file lvconvert_poll.c and some calls are made non-static and declared in new header file lvconvert.h