summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/voicecall.c
diff options
context:
space:
mode:
authorRĂ©mi Denis-Courmont <remi.denis-courmont@nokia.com>2009-12-16 13:46:49 +0200
committerAki Niemi <aki.niemi@nokia.com>2009-12-18 15:59:17 +0200
commitbc6c4adcac319ce22508b4e7f5ea272162ea4b2e (patch)
tree6ada236600c595e9c790277d78541b952cb7294b /drivers/isimodem/voicecall.c
parent0081548fcfe6dd599822da22276b2aeb953156d0 (diff)
downloadofono-bc6c4adcac319ce22508b4e7f5ea272162ea4b2e.tar.bz2
gisi: pass object handle to g_isi_verify() callback
This will be needed for GPDS.
Diffstat (limited to 'drivers/isimodem/voicecall.c')
-rw-r--r--drivers/isimodem/voicecall.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c
index 26d43467..50784491 100644
--- a/drivers/isimodem/voicecall.c
+++ b/drivers/isimodem/voicecall.c
@@ -74,7 +74,8 @@ typedef void GIsiIndication (GIsiClient *client,
const void *restrict data, size_t len,
uint16_t object, void *opaque);
-typedef void GIsiVerify (GIsiClient *client, bool alive, void *opaque);
+typedef void GIsiVerify (GIsiClient *client, bool alive, uint16_t object,
+ void *opaque);
typedef bool GIsiResponse(GIsiClient *client,
void const * restrict data, size_t len,
@@ -1300,7 +1301,7 @@ static int isi_voicecall_probe(struct ofono_voicecall *ovc,
}
static void isi_call_verify_cb(GIsiClient *client,
- bool alive,
+ bool alive, uint16_t object,
void *ovc)
{
if (alive) {