You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

A file named lmxserverconf.c contains various flags and callbacks which can be used to extend or modify the behavior of the license server. For each callback you must write a function which meets the specified prototype. We recommend that you write your own enhancements in a new file and modify the makefile to include your enhancements during compilation of the license server.

Note that the settings specified using lmxserverconf.c cannot be changed without deleting and creating this file again.  

Some of the callback functions that can be specified using lmxserverconf.c include the following:

Callback functionDescriptionExample parameters

LmxServerShutdown

LMX_SHUTDOWN

not sure which one is OK

Callback for cleaning up user code when license server goes down.SERVER_SHUTDOWN
Callback for restarting the license server.SERVER_RESTART


  • No labels