<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/15559">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">logging: Move osmo_log_target_list from logging.h to logging_internal.h<br><br>This list is really not needed by applications and currently only used<br>internally in logging.c and logging_vty.c.<br><br>Change-Id: I5dca069512bfcd0826194427c5482fad8bfd0232<br>---<br>M include/osmocom/core/logging.h<br>M include/osmocom/core/logging_internal.h<br>2 files changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/59/15559/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h</span><br><span>index 803b4a9..c2648f3 100644</span><br><span>--- a/include/osmocom/core/logging.h</span><br><span>+++ b/include/osmocom/core/logging.h</span><br><span>@@ -377,6 +377,5 @@</span><br><span> void log_del_target(struct log_target *target);</span><br><span> </span><br><span> struct log_target *log_target_find(int type, const char *fname);</span><br><span style="color: hsl(0, 100%, 40%);">-extern struct llist_head osmo_log_target_list;</span><br><span> </span><br><span> /*! @} */</span><br><span>diff --git a/include/osmocom/core/logging_internal.h b/include/osmocom/core/logging_internal.h</span><br><span>index 01c96ce..2e65660 100644</span><br><span>--- a/include/osmocom/core/logging_internal.h</span><br><span>+++ b/include/osmocom/core/logging_internal.h</span><br><span>@@ -9,6 +9,7 @@</span><br><span> extern void *tall_log_ctx;</span><br><span> extern struct log_info *osmo_log_info;</span><br><span> extern const struct value_string loglevel_strs[];</span><br><span style="color: hsl(120, 100%, 40%);">+extern struct llist_head osmo_log_target_list;</span><br><span> </span><br><span> void assert_loginfo(const char *src);</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/15559">change 15559</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libosmocore/+/15559"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I5dca069512bfcd0826194427c5482fad8bfd0232 </div>
<div style="display:none"> Gerrit-Change-Number: 15559 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>