logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit daf81887408aace37aa123201e0d1b6b1a2774ce
parent 2c04d3a7b4d126d9cf3475b8c5b930a17e84613e
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date:   Mon,  8 Jun 2015 20:11:25 +0200

Moving source files to the 'src' directory

Diffstat:
MCMakeLists.txt | 2+-
Rlogswan.c -> src/logswan.c | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -9,4 +9,4 @@ cmake_minimum_required (VERSION 2.6) project (logswan C) -add_executable(logswan logswan.c) +add_executable(logswan src/logswan.c) diff --git a/logswan.c b/src/logswan.c