Knowledge Center Contents Previous Next |
lsb_streamversion()
Version of the current event type supported by mbatchd.
DESCRIPTION
lsb_streamversion() returns the event version number of mbatchd, which is the version of the events to be written to the stream file.
This API function is inside liblsbstream.so.
SYNOPSIS
#include <lsf/lsbatch.h> char * lsb_streamversion(void)PARAMETERS
none
RETURN VALUES
char*
Pointer to a string of the current event version in mbatchd, also known as THIS_VERSION.
ERRORS
If the function fails, lsberrno is set to indicate the error.
SEE ALSO
Related APIs
lsb_closestream(): Close the stream file.
lsb_geteventrec(): Get eventRec structure from an event log file.
lsb_openstream(): Open the stream file.
lsb_puteventrec(): Puts information of an eventRec structure into a log file.
lsb_readstreamline(): Read a line from the stream file.
lsb_writestream(): Write an event to the stream file.
lsb_readstream(): Read from the stream file.
Equivalent line command
None
Files
lsb.params
Platform Computing Inc.
www.platform.com |
Knowledge Center Contents Previous Next |