From 793a0bbc6c8bedcf0ee5de51be687d760defcd57 Mon Sep 17 00:00:00 2001 From: HÃ¥vard Pettersen Date: Mon, 6 Mar 2023 11:42:42 +0000 Subject: use ref_counted in fnet also get rid of some cleanup functions on reference counted classes enable specifying low-level parameters to addref/subref (cnt/reserve) --- vespaclient/src/vespa/vespaclient/vesparoute/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vespaclient') diff --git a/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp b/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp index f70ffcc2655..50311e772e2 100644 --- a/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp +++ b/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp @@ -501,8 +501,8 @@ Application::isService(FRT_Supervisor &frt, const std::string &spec) const } } - req->SubRef(); - target->SubRef(); + req->internal_subref(); + target->internal_subref(); return ret; } -- cgit v1.2.3