update(userspace/engine): avoid relying on leaked std namespace

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2022-12-02 19:24:37 +00:00
committed by poiana
parent 01ae266332
commit 54f117141b
9 changed files with 20 additions and 21 deletions

View File

@@ -52,7 +52,7 @@ struct falco_exception : std::exception
namespace falco_common
{
const string syscall_source = "syscall";
const std::string syscall_source = "syscall";
// Same as numbers/indices into the above vector
enum priority_type