Skip to content

Commit

Permalink
llext: export a symbol needed for immediate logging
Browse files Browse the repository at this point in the history
Using the immediate logging option from LLEXT modules requires
one more symbol export.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
  • Loading branch information
lyakh committed Aug 28, 2024
1 parent b8ec7e3 commit 9a1f217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/logging/log_msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ void z_log_msg_runtime_vcreate(uint8_t domain_id, const void *source,
z_log_msg_finalize(msg, source, desc, data);
}
}
EXPORT_SYMBOL(z_log_msg_runtime_vcreate);

int16_t log_msg_get_source_id(struct log_msg *msg)
{
Expand Down

0 comments on commit 9a1f217

Please sign in to comment.