BFLDDBUNLOAD(3)


Table of Contents

1. NAME
2. SYNOPSIS
3. DESCRIPTION
4. RETURN VALUE
5. EXAMPLE
6. BUGS
7. SEE ALSO
8. COPYING

1. NAME

Bflddbunload - close LMDB field database handlers.

2. SYNOPSIS

#include <ubf.h>

void Bflddbunload(void);

Link with -lubf -lnstd -lm -lpthread

3. 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.

4. RETURN VALUE

There is no return value.

5. EXAMPLE

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

6. BUGS

Report bugs to support@mavimax.com

7. SEE ALSO

Bflddbid(3) Bflddbname(3) Bflddbload(3) Bflddbunlink(3) Bflddbdrop(3) Bflddbdel(3) Bflddbadd(3) Bflddbget(3) ubfdb.ini(5)

8. COPYING

© Mavimax, Ltd