This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Knowledge Base
- :
- How to get the startup time of the vendor daemon
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
How to get the startup time of the vendor daemon
How to get the startup time of the vendor daemon
Introduction: Code to get the startup time of the vendor daemon (when the vendor daemon was started) using FNP C API .
Instructions:
1. LM_A_VD_GENERIC_INFO gets information that is not specific to a feature and is mostly found in lsvendor.c.
2. In the structure of LM_VD_GENERIC_INFO there is a variable "vd_start" which can be used to get the startup time .
No ratings