Skip to content

Commit

Permalink
resource: module-registry: use string instead of log_pfx_t in sid_res…
Browse files Browse the repository at this point in the history
…ource_type_t definition for sid_resource_type_module
  • Loading branch information
prajnoha committed Jan 5, 2024
1 parent 39a1d66 commit 44429cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource/module-registry.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,9 @@ const sid_resource_type_t sid_resource_type_module = {
.name = "module",
.short_name = "mod",
.description = "Resource representing a single module with loaded symbols.",
.log_prefix = "mod",
.init = _init_module,
.destroy = _destroy_module,
.log_pfx = (log_pfx_t) {.s = "mod", .n = NULL},
};

const sid_resource_type_t sid_resource_type_module_registry = {
Expand Down

0 comments on commit 44429cf

Please sign in to comment.