open-vm-tools 12.5.0
vmtoolsInt.h File Reference
#include "glibUtils.h"
#include "vmware.h"
#include "vmware/tools/utils.h"

Go to the source code of this file.

Functions

void VMToolsMsgCleanup (void)
 
GlibLogger * VMToolsCreateVMXLogger (void)
 
gint VMToolsAsprintf (gchar **string, gchar const *format,...) PRINTF_DECL(2
 

Detailed Description

Internal definitions used by the vmtools library.

Function Documentation

◆ VMToolsCreateVMXLogger()

GlibLogger * VMToolsCreateVMXLogger ( void )

Configures a new VMX logger.

Returns
The VMX logger data.

◆ VMToolsMsgCleanup()

void VMToolsMsgCleanup ( void )

Cleanup internal state, freeing up any used memory. After calling this function, it's not safe to call any of the API exposed by this file, so this is only called internally when the library is being unloaded.