-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit drops MAIN_LOG() and makes calling G_LOG() in non-lcore contexts safe because it is very error prone to identify when one should use MAIN_LOG() instead of G_LOG(). For example, lib/net.c:lsc_event_callback(), which runs in a non-lcore context, calls log_if_name(). But log_if_name() uses G_LOG() because it is also called in lcore contexts.
- Loading branch information
1 parent
cc1d98d
commit 290d4a2
Showing
4 changed files
with
98 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters