Dear list, I have updated my application (using libclamav), but I ran into a problem when I tried to set some limits (used to use 'struct cl_limit'). Unfortunately the meaning of the following variables, see below, is a bit un(der )documented - at least I couldn't find it. So please tell me what is the meaning of the following options: enum cl_engine_field { CL_ENGINE_MAX_SCANSIZE, /* uint64_t */ CL_ENGINE_MAX_FILESIZE, /* uint64_t */ CL_ENGINE_MAX_RECURSION, /* uint32_t */ CL_ENGINE_MAX_FILES, /* uint32_t */ CL_ENGINE_MIN_CC_COUNT, /* uint32_t */ CL_ENGINE_MIN_SSN_COUNT, /* uint32_t */ CL_ENGINE_PUA_CATEGORIES, /* (char *) */ CL_ENGINE_DB_OPTIONS, /* uint32_t */ CL_ENGINE_DB_VERSION, /* uint32_t */ CL_ENGINE_DB_TIME, /* time_t */ CL_ENGINE_AC_ONLY, /* uint32_t */ CL_ENGINE_AC_MINDEPTH, /* uint32_t */ CL_ENGINE_AC_MAXDEPTH, /* uint32_t */ CL_ENGINE_TMPDIR, /* (char *) */ CL_ENGINE_KEEPTMP /* uint32_t */ }; Best regards, Janos SUTO _______________________________________________ http://lurker.clamav.net/list/clamav-devel.html Please submit your patches to our Bugzilla: http://bugs.clamav.net