From 655ee2825121e149a9976e562946892efb20aea1 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 21:48:47 +0000 Subject: *** empty log message *** --- runtime/docs/html/io_8c.html | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'runtime/docs/html/io_8c.html') diff --git a/runtime/docs/html/io_8c.html b/runtime/docs/html/io_8c.html index 3357e2f8..1aca24d7 100644 --- a/runtime/docs/html/io_8c.html +++ b/runtime/docs/html/io_8c.html @@ -4,23 +4,31 @@ -
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+
Main Page | Modules | Directories | File List | Globals | Related Pages

io.c File Reference

I/O functions. More...

+#include "relay-app.h"
+#include "print.c"
+#include <linux/delay.h>

Go to the source code of this file. + + + + - + - - + + - - + + - +

Defines

+#define STP_LOG_BUF_LEN   2047
 private buffer for _stp_log()

Functions

void dlog (const char *fmt,...)
void _stp_log (const char *fmt,...)
 Logs Data.
void _stp_print (const char *fmt,...)
 Logs Data.
int _stp_netlink_open (void)
 Prints to the trace buffer.
void _stp_print_str (char *str)
 Opens netlink and relayfs connections to stpd.
void _stp_netlink_close (void)
 Prints to the trace buffer.
 Closes netlink and relayfs connections to stpd.


Detailed Description

I/O functions. -- cgit