rman_debug should be static, so make it static.
This commit is contained in:
parent
bada728732
commit
8ed4d9c970
@ -99,7 +99,7 @@ struct resource_i {
|
||||
int r_rid; /* optional rid for this resource. */
|
||||
};
|
||||
|
||||
int rman_debug = 0;
|
||||
static int rman_debug = 0;
|
||||
TUNABLE_INT("debug.rman_debug", &rman_debug);
|
||||
SYSCTL_INT(_debug, OID_AUTO, rman_debug, CTLFLAG_RW,
|
||||
&rman_debug, 0, "rman debug");
|
||||
|
Loading…
x
Reference in New Issue
Block a user