mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-30 21:55:56 +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
|
||||
{
|
||||
public:
|
||||
stream_context(grpc::ServerContext* ctx): context(ctx) {}
|
||||
stream_context(grpc::ServerContext* ctx):
|
||||
context(ctx){};
|
||||
~stream_context() = default;
|
||||
|
||||
private:
|
||||
enum : char
|
||||
{
|
||||
STREAMING = 1,
|
||||
@ -53,4 +53,4 @@ private:
|
||||
mutable void* m_stream = nullptr;
|
||||
// Are there more responses to stream?
|
||||
mutable bool m_has_more = false;
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user