mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-07 17:24:05 +00:00
chore(userspace/falco): grpc context format
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
60fac8d100
commit
82a7becd9a
@ -39,10 +39,10 @@ private:
|
|||||||
class stream_context : public context
|
class stream_context : public context
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
stream_context(grpc::ServerContext* ctx): context(ctx) {}
|
stream_context(grpc::ServerContext* ctx):
|
||||||
|
context(ctx){};
|
||||||
~stream_context() = default;
|
~stream_context() = default;
|
||||||
|
|
||||||
private:
|
|
||||||
enum : char
|
enum : char
|
||||||
{
|
{
|
||||||
STREAMING = 1,
|
STREAMING = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user