This is an automated email from the ASF dual-hosted git repository.

wkaras pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 7244726def Fix compile error with debug output in stek_share.cc. 
(#10754)
7244726def is described below

commit 7244726def3cb192995c53866ffc840b8d0da2c7
Author: Walt Karas <[email protected]>
AuthorDate: Thu Nov 9 19:29:52 2023 -0500

    Fix compile error with debug output in stek_share.cc. (#10754)
    
    Because the stek_share plugin is not built in any PR check, a
    compile error in this plugin made it into the master branch.
    The nuraft library has to be installed and found by cmake for
    the stek_share plugin to build.
---
 plugins/experimental/stek_share/stek_share.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins/experimental/stek_share/stek_share.cc 
b/plugins/experimental/stek_share/stek_share.cc
index 99270eaa98..0cfbf81d15 100644
--- a/plugins/experimental/stek_share/stek_share.cc
+++ b/plugins/experimental/stek_share/stek_share.cc
@@ -40,6 +40,8 @@
 
 using raft_result = nuraft::cmd_result<nuraft::ptr<nuraft::buffer>>;
 
+static DbgCtl dbg_ctl{PLUGIN_NAME};
+
 PluginThreads plugin_threads;
 
 static STEKShareServer stek_share_server;

Reply via email to