From 7f31dace87638b9d8d8861e02d4efebc697546f3 Mon Sep 17 00:00:00 2001 From: whottgen <> Date: Fri, 1 Apr 2005 15:09:41 +0000 Subject: [PATCH] enable multiple instances per worker --- smmapdfw/smmapd/containers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/smmapdfw/smmapd/containers.h b/smmapdfw/smmapd/containers.h index 4d8179f..0a57b77 100644 --- a/smmapdfw/smmapd/containers.h +++ b/smmapdfw/smmapd/containers.h @@ -29,6 +29,7 @@ struct classes_s { class_descriptor_t *descr; + char *alias; int id; void *handle; struct classes_s *next;