Re: [PATCH 17/45] vpn-util: Add wrappers for GResolv hostname lookup use
Denis Kenzior <[email protected]> Mon, 4 Aug 2025 09:39:36 -0500
| Newsgroups | dev.linux.lists.connman |
|---|---|
| Message-ID | <[email protected]> |
Hi Jussi, On 7/11/25 9:27 AM, Jussi Laakkonen wrote: > To avoid linking GResolv with every VPN plugin that uses it, add wrappers > for the required calls in VPN utils. This may need a bit more explanation? You're still using GResolv types in these functions? Why can't g_resolv_ be used instead? > --- > vpn/vpn-util.c | 30 ++++++++++++++++++++++++++++++ > vpn/vpn.h | 10 ++++++++++ > 2 files changed, 40 insertions(+) > Regards, -Denis