Typedefs | |
| typedef _BFO_ocb | BFO_ocb |
| Typedef for struct _BFO_ocb. | |
| typedef int(* | BFO_dskWriteRtn )(int fd, const void *buf, int size) |
| Callback signature for writing data files. More... | |
Functions | |
| BFO_ocb * | BFO_get (void) |
| Returns a pointer to the BFO output control block. More... | |
| int | BFO_ocb_sizeof (void) |
| Returns the size of the BFO output control block. More... | |
| int | BFO_msg_sizeof (void) |
| Returns the size of a BFO message. More... | |
| int | BFO_ocb_init (BFO_ocb *bfo, BFO_dskWriteRtn wrt, void *msgs, int msgs_size, struct _BFA_acb *acb) |
| Initializes the Output Control Block. More... | |
| int | BFO_flush (BFO_ocb *bfo) |
| Ques a message to flush data from all internal BFO buffers. More... | |
| int | BFO_synch (BFO_ocb *bfo) |
| Attempts to ensure that all previous requests have been acted upon. More... | |
| int | BFO_write (BFO_ocb *bfo, struct _BFU_fileDsc *dsc) |
| Ques a message to write the specified events to the output streams. More... | |
| void | BFO_dskBlkSizeSet (BFO_ocb *bfo, int blkSize) |
| Sets the disk blocking size. More... | |
| int | BFO_dskDisable (BFO_ocb *bfo) |
| Disables writing to the disk. More... | |
| int | BFO_dskEnable (BFO_ocb *bfo) |
| Enables writing to the disk. More... | |
| void | BFO_dskFileSet (BFO_ocb *bfo, int fd) |
| Simply routine to set the current file descriptor. More... | |
| int | BFO_dskFileGet (BFO_ocb *bfo) |
| Simply query routine to return the current file descriptor. More... | |
| void | BFO_biuSamplingSet (BFO_ocb *bfo, int sampleRate, int limit) |
| Sets the parameters controlling the BIU sampling factors. More... | |
| int | BFO_biuDisable (BFO_ocb *bfo) |
| Disables writing to the BIU sampling stream. More... | |
| int | BFO_biuDstSet (BFO_ocb *bfo, unsigned int ip, unsigned short port) |
| Sets the destination IP address. More... | |
| int | BFO_biuEnable (BFO_ocb *bfo) |
| Enables writing to the BIU sampling stream. More... | |
|
|
Callback signature for writing data files.
The callback signature exactly matches that of the standard UNIX write routine. |
|
|
Disables writing to the BIU sampling stream.
|
|
||||||||||||||||
|
Sets the destination IP address.
|
|
|
Enables writing to the BIU sampling stream.
|
|
||||||||||||||||
|
Sets the parameters controlling the BIU sampling factors.
|
|
||||||||||||
|
Sets the disk blocking size.
|
|
|
Disables writing to the disk.
|
|
|
Enables writing to the disk.
|
|
|
Simply query routine to return the current file descriptor.
|
|
||||||||||||
|
Simply routine to set the current file descriptor.
|
|
|
Ques a message to flush data from all internal BFO buffers.
|
|
|
Returns a pointer to the BFO output control block.
|
|
|
Returns the size of a BFO message.
|
|
||||||||||||||||||||||||
|
Initializes the Output Control Block.
|
|
|
Returns the size of the BFO output control block.
|
|
|
Attempts to ensure that all previous requests have been acted upon.
|
|
||||||||||||
|
Ques a message to write the specified events to the output streams.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002