From 67ce74d192e3ade4c911bf34c81caa579ad7c541 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Voc=C5=AF?= Date: Mon, 18 Feb 2013 15:01:19 +0000 Subject: [PATCH] first attempt at asynchronous event registration --- org.glite.lb.common/interface/context-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.common/interface/context-int.h b/org.glite.lb.common/interface/context-int.h index 7484812..e08bc69 100644 --- a/org.glite.lb.common/interface/context-int.h +++ b/org.glite.lb.common/interface/context-int.h @@ -194,7 +194,7 @@ glite_lb_padded_struct(_edg_wll_Context,200, char *p_event_file_prefix; char *p_il_sock; - + int async_registrations; ) /* to be used internally: set, update and and clear the error information in -- 1.8.2.3