User Tools

Site Tools


Sidebar

Table Of Contents

endurox:v7.5.x:api:ubf:bflddbunload.3

bflddbunload

Name

Bflddbunload — close LMDB field database handlers.

Synopsis

#include <ubf.h>

void Bflddbunload(void);

Link with -lubf -lnstd -lm -lpthread

DESCRIPTION

Function closes LMDB handlers which are open for custom field database. Function is not thread safe in respect to other Bflddb* functions.

If DB is already closed, then function will do nothing.

Currently Enduro/X at process exist does not unload the database handles. It is expected that OS will free any IPC (semaphores) automatically.

RETURN VALUE

There is no return value.

EXAMPLE

See atmitest/test050_ubfdb/atmiclt50.c for sample code.

BUGS

Report bugs to support@mavimax.com

COPYING

© Mavimax, Ltd