summaryrefslogtreecommitdiff
path: root/include/utils/LogSocket.h
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2009-06-05 15:45:39 -0700
committer Mathias Agopian <mathias@google.com> 2009-06-05 15:45:39 -0700
commit51c8a3e00e6cffe42d25d1ac87d417e925d8a84d (patch)
treea3c8e8f3c90fd0c1aeb661bcf9fa32a2d43649cc /include/utils/LogSocket.h
parenteb22c5b358af775a5f1192fc248594c7a0025d56 (diff)
parente583a4ea8c90105eee9b408d39bca3a4af6a2569 (diff)
Merge commit 'goog/master' into merge_master
Diffstat (limited to 'include/utils/LogSocket.h')
-rw-r--r--include/utils/LogSocket.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/utils/LogSocket.h b/include/utils/LogSocket.h
deleted file mode 100644
index 01fbfb50e33a..000000000000
--- 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 */