debug: Add a level of indirection to ring buffer logging
commit0e59375ac5bc6e88f324b6d4d8b823ddc9d6f574
authorMartin Schwenke <martin@meltin.net>
Thu, 23 Sep 2021 00:25:04 +0000 (23 10:25 +1000)
committerVolker Lendecke <vl@samba.org>
Thu, 14 Oct 2021 10:21:30 +0000 (14 10:21 +0000)
treee6af53887459d446076a575424e0a7aadcd83973
parentfb29a8ebcd076df9da51275adb45d90482f2e19f
debug: Add a level of indirection to ring buffer logging

Add an internal function to do the work and call it.  It will be
called again in a subsequent commit.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Volker Lendecke <vl@samba.org>
lib/util/debug.c