From ee2e694ebba179f1c75764a7311df717fa3925cd Mon Sep 17 00:00:00 2001 From: bustico Date: Wed, 6 Feb 2008 16:32:54 +0000 Subject: * fix realloc buffer size when big message * complete change of internal structures for performance optimisation * experimental parralelized version for performance optimisation (use and need openmp) which scale well for regexp matching on multicore/multi processor gear. --- src/ivy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivy.h') diff --git a/src/ivy.h b/src/ivy.h index 0ee4542..e7b28bf 100644 --- a/src/ivy.h +++ b/src/ivy.h @@ -26,7 +26,7 @@ extern "C" { #define DEFAULT_BUS 2010 -typedef struct _clnt_lst *IvyClientPtr; +typedef struct _clnt_lst_dict *IvyClientPtr; typedef enum { IvyApplicationConnected, IvyApplicationDisconnected } IvyApplicationEvent; typedef enum { IvyAddBind, IvyRemoveBind, IvyFilterBind, IvyChangeBind } IvyBindEvent; -- cgit v1.1