Skip to main content

errlog_init

Function errlog_init 

Source
pub fn errlog_init(bufsize: usize)
Expand description

C errlogInit(bufsize) — errlogInit2(bufsize, MIN_MESSAGE_SIZE) (errlog.c:609-612). Idempotent: C runs errlogInitPvt under epicsThreadOnce, so the FIRST call fixes the sizes and every later one is a no-op whatever it asks for.