NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
psp_gw_svc_impl.h File Reference
#include <memory>
#include <map>
#include <doca_flow.h>
#include <psp_gateway.pb.h>
#include <psp_gateway.grpc.pb.h>
#include "psp_gw_config.h"
#include "psp_gw_flows.h"
Include dependency graph for psp_gw_svc_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  PSP_GatewayImpl
 Implementation of the PSP_Gateway service. More...
 

Typedefs

using psp_session_and_key_t = std::pair< psp_session_t *, void * >
 

Typedef Documentation

◆ psp_session_and_key_t

using psp_session_and_key_t = std::pair<psp_session_t *, void *>

Definition at line 42 of file psp_gw_svc_impl.h.