MFC r288365: sdt: static-ize couple of variables
This commit is contained in:
parent
d857a9d7cc
commit
43b153c04f
@ -100,8 +100,8 @@ static dtrace_pops_t sdt_pops = {
|
||||
|
||||
static TAILQ_HEAD(, sdt_provider) sdt_prov_list;
|
||||
|
||||
eventhandler_tag sdt_kld_load_tag;
|
||||
eventhandler_tag sdt_kld_unload_try_tag;
|
||||
static eventhandler_tag sdt_kld_load_tag;
|
||||
static eventhandler_tag sdt_kld_unload_try_tag;
|
||||
|
||||
static void
|
||||
sdt_create_provider(struct sdt_provider *prov)
|
||||
|
Loading…
x
Reference in New Issue
Block a user