chore: solve compilation issues and polish code

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Jason Dellaluce
2022-04-22 14:30:46 +00:00
committed by poiana
parent 69db6adf9d
commit 63b7aabc81
7 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2020 The Falco Authors. Copyright (C) 2022 The Falco Authors.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -44,8 +44,7 @@ application::state::state()
: restart(false), : restart(false),
terminate(false), terminate(false),
reopen_outputs(false), reopen_outputs(false),
enabled_sources({application::s_syscall_source}), enabled_sources({application::s_syscall_source})
trace_is_scap(true)
{ {
config = std::make_shared<falco_configuration>(); config = std::make_shared<falco_configuration>();
outputs = std::make_shared<falco_outputs>(); outputs = std::make_shared<falco_outputs>();

View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2021 The Falco Authors. Copyright (C) 2022 The Falco Authors.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2021 The Falco Authors. Copyright (C) 2022 The Falco Authors.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2020 The Falco Authors. Copyright (C) 2022 The Falco Authors.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2020 The Falco Authors. Copyright (C) 2022 The Falco Authors.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
#pragma once
#define CPPHTTPLIB_OPENSSL_SUPPORT #define CPPHTTPLIB_OPENSSL_SUPPORT
#include <httplib.h> #include <httplib.h>