diff options
author | 2009-11-12 18:45:53 -0800 | |
---|---|---|
committer | 2009-11-13 13:53:39 -0800 | |
commit | cc8c35cee5de7fdf2d79a1a3716120b64301cdfe (patch) | |
tree | a9acd18ab5526d297928f96c094ca22eaa33e593 /include/utils/LogSocket.h | |
parent | cdcee265cad1fe10960bd3df32ac76c4afbd3963 (diff) |
eclair snapshot
Diffstat (limited to 'include/utils/LogSocket.h')
-rw-r--r-- | include/utils/LogSocket.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/utils/LogSocket.h b/include/utils/LogSocket.h deleted file mode 100644 index 01fbfb50e3..0000000000 --- a/include/utils/LogSocket.h +++ /dev/null @@ -1,20 +0,0 @@ -/* utils/LogSocket.h -** -** Copyright 2008, The Android Open Source Project -** -** This file is dual licensed. It may be redistributed and/or modified -** under the terms of the Apache 2.0 License OR version 2 of the GNU -** General Public License. -*/ - -#ifndef _UTILS_LOGSOCKET_H -#define _UTILS_LOGSOCKET_H - -#define SOCKET_CLOSE_LOCAL 0 - -void add_send_stats(int fd, int send); -void add_recv_stats(int fd, int recv); -void log_socket_close(int fd, short reason); -void log_socket_connect(int fd, unsigned int ip, unsigned short port); - -#endif /* _UTILS_LOGSOCKET_H */ |