From 2388cfa0b517e1ef3e05e278ffcd6d6db981381b Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 6 Mar 2024 19:56:49 +0100 Subject: Client + Exports + Wrappers: Add peer IPs argument to fd callback And rename the callback to be closer to what it does --- wrappers/python/eduvpn_common/loader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wrappers/python/eduvpn_common/loader.py') diff --git a/wrappers/python/eduvpn_common/loader.py b/wrappers/python/eduvpn_common/loader.py index c7c2233..674c010 100644 --- a/wrappers/python/eduvpn_common/loader.py +++ b/wrappers/python/eduvpn_common/loader.py @@ -6,8 +6,8 @@ from ctypes import CDLL, c_char_p, c_int, c_void_p, cdll from eduvpn_common import __version__ from eduvpn_common.types import ( BoolError, - GotProxyFD, ProxyReady, + ProxySetup, DataError, ReadRxBytes, TokenGetter, @@ -132,6 +132,6 @@ def initialize_functions(lib: CDLL) -> None: c_char_p, c_int, c_char_p, - GotProxyFD, + ProxySetup, ProxyReady, ], c_void_p -- cgit v1.2.3