Home
last modified time | relevance | path

Searched refs:FastnetmonClient (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/
H A Dfastnetmon_api_client.cpp18 class FastnetmonClient { class
20 FastnetmonClient(std::shared_ptr<Channel> channel) : stub_(Fastnetmon::NewStub(channel)) {} in FastnetmonClient() function in FastnetmonClient
108FastnetmonClient fastnetmon( grpc::CreateChannel("localhost:50052", grpc::InsecureCredentials())); in main()