From c7f4394d9a6e321f180eb596a5ca4872a13a169d Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 25 Jul 2011 12:43:11 +0000 Subject: [PATCH] bug 1362: lse nodes are now called locus nodes --- MAC/APL/CEPCU/src/CEPlogProcessor/CEPlogProcessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAC/APL/CEPCU/src/CEPlogProcessor/CEPlogProcessor.h b/MAC/APL/CEPCU/src/CEPlogProcessor/CEPlogProcessor.h index 5f5eae84a38..8414fc5ef1e 100644 --- a/MAC/APL/CEPCU/src/CEPlogProcessor/CEPlogProcessor.h +++ b/MAC/APL/CEPCU/src/CEPlogProcessor/CEPlogProcessor.h @@ -126,7 +126,7 @@ private: CircularBuffer* buffer; } streamBuffer_t; - // internal structure for lse based logging + // internal structure for locus based logging typedef struct { vector<string> timeStr; vector<int> count; -- GitLab