LCOV - code coverage report
Current view: top level - vnsw/agent/kstate - kstate_io_context.h (source / functions) Hit Total Coverage
Test: OpenSDN C/C++ coverage (all TARGET_SET jobs) Lines: 0 2 0.0 %
Date: 2026-08-03 02:19:58 Functions: 0 1 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /*
       2             :  * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
       3             :  */
       4             : 
       5             : #ifndef vnsw_agent_kstate_io_context_h
       6             : #define vnsw_agent_kstate_io_context_h
       7             : 
       8             : class KStateIoContext: public IoContext {
       9             : public:
      10           0 :     KStateIoContext(int msg_len, char *msg, uint32_t seqno,
      11             :                     AgentSandeshContext *obj)
      12           0 :         : IoContext(msg, msg_len, seqno, obj, IoContext::IOC_KSYNC) {}
      13             :     void Handler();
      14             :     void ErrorHandler(int err);
      15             : };
      16             : 
      17             : #endif // vnsw_agent_kstate_io_context_h

Generated by: LCOV version 1.14