From 64f5ae1a79a8cd86a3aae55e485729da438d84d0 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 14 Oct 2003 05:16:56 +0000 Subject: 2003-10-14 Havoc Pennington * bus/connection.c: implement pending reply tracking using BusExpireList * bus/bus.c (bus_context_check_security_policy): verify that a reply is pending in order to allow a reply to be sent. Deny messages of unknown type. * bus/dbus-daemon-1.1.in: update to mention new resource limits * bus/bus.c (bus_context_get_max_replies_per_connection): new (bus_context_get_reply_timeout): new --- bus/expirelist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus/expirelist.h') diff --git a/bus/expirelist.h b/bus/expirelist.h index 2e7752fc..c843a446 100644 --- a/bus/expirelist.h +++ b/bus/expirelist.h @@ -32,7 +32,7 @@ typedef struct BusExpireList BusExpireList; typedef struct BusExpireItem BusExpireItem; typedef void (* BusExpireFunc) (BusExpireList *list, - BusExpireItem *item, + DBusList *link, void *data); struct BusExpireList -- cgit