feat(userspace): Add comments to explain "banned.h".

Fixes #1035

Signed-off-by: Vaibhav <vrongmeal@gmail.com>
This commit is contained in:
Vaibhav
2020-02-13 06:14:33 +05:30
committed by poiana
parent 7ed3e1d927
commit 03bf027e5c
19 changed files with 19 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ limitations under the License.
#include "formats.h"
#include "falco_engine.h"
#include "banned.h"
#include "banned.h" // This raises a compilation error when certain functions are used
sinsp* falco_formats::s_inspector = NULL;