|
@@ -338,7 +338,7 @@ static bool dpd_set_domain(struct dfs_pattern_detector *dpd,
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct dfs_pattern_detector default_dpd = {
|
|
|
|
|
|
+static const struct dfs_pattern_detector default_dpd = {
|
|
.exit = dpd_exit,
|
|
.exit = dpd_exit,
|
|
.set_dfs_domain = dpd_set_domain,
|
|
.set_dfs_domain = dpd_set_domain,
|
|
.add_pulse = dpd_add_pulse,
|
|
.add_pulse = dpd_add_pulse,
|