From 849e99602e4b0487dad23e28cb6a94bf013f40a4 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 26 May 2005 07:18:22 +0000 Subject: Remove all the generated html files. --- runtime/docs/html/io_8c.html | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 runtime/docs/html/io_8c.html (limited to 'runtime/docs/html/io_8c.html') diff --git a/runtime/docs/html/io_8c.html b/runtime/docs/html/io_8c.html deleted file mode 100644 index 1aca24d7..00000000 --- a/runtime/docs/html/io_8c.html +++ /dev/null @@ -1,38 +0,0 @@ - - -SystemTap: io.c File Reference - - - -
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 _stp_log (const char *fmt,...)
 Logs Data.
int _stp_netlink_open (void)
 Opens netlink and relayfs connections to stpd.
void _stp_netlink_close (void)
 Closes netlink and relayfs connections to stpd.
-


Detailed Description

-I/O functions. -

- -

-Definition in file io.c. -- cgit