From bc6c4adcac319ce22508b4e7f5ea272162ea4b2e Mon Sep 17 00:00:00 2001 From: RĂ©mi Denis-Courmont Date: Wed, 16 Dec 2009 13:46:49 +0200 Subject: gisi: pass object handle to g_isi_verify() callback This will be needed for GPDS. --- gisi/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gisi/client.h') diff --git a/gisi/client.h b/gisi/client.h index d0c0c4b5..683d284a 100644 --- a/gisi/client.h +++ b/gisi/client.h @@ -38,7 +38,8 @@ typedef struct _GIsiClient GIsiClient; struct _GIsiRequest; typedef struct _GIsiRequest GIsiRequest; -typedef void (*GIsiVerifyFunc)(GIsiClient *client, bool alive, void *opaque); +typedef void (*GIsiVerifyFunc)(GIsiClient *client, bool alive, + uint16_t object, void *opaque); typedef bool (*GIsiResponseFunc)(GIsiClient *client, const void *restrict data, size_t len, -- cgit v1.2.3