1
0
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:
Marian Csontos 2018-06-22 15:07:07 +02:00
parent ba6ed5c90c
commit 24aee732a5

View File

@ -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