mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-22 06:50:52 +03:00
filter: make pointers distinguishable
This ammends commit: 4afb5971b93a with suggestions to improve debugging from Nir Soffer.
This commit is contained in:
parent
ba6ed5c90c
commit
24aee732a5
@ -50,8 +50,8 @@ struct pfilter {
|
||||
* by default. The old code for it should be removed.
|
||||
*/
|
||||
|
||||
static int _good_device;
|
||||
static int _bad_device;
|
||||
static char* _good_device = "good";
|
||||
static char* _bad_device = "bad";
|
||||
|
||||
/*
|
||||
* The hash table holds one of these two states
|
||||
|
Loading…
x
Reference in New Issue
Block a user