Skip to content

Commit

Permalink
Temporarily hard-coded macros.py for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
paddybyers committed Nov 18, 2011
1 parent 995c017 commit 4a80bd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions macros.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
macro DTRACE_HTTP_CLIENT_REQUEST(x) = void(0);
macro DTRACE_HTTP_CLIENT_RESPONSE(x) = void(0);
macro DTRACE_HTTP_SERVER_REQUEST(x) = void(0);
macro DTRACE_HTTP_SERVER_RESPONSE(x) = void(0);
macro DTRACE_NET_SERVER_CONNECTION(x) = void(0);
macro DTRACE_NET_STREAM_END(x) = void(0);
macro DTRACE_NET_SOCKET_READ(x) = void(0);
macro DTRACE_NET_SOCKET_WRITE(x) = void(0);

0 comments on commit 4a80bd3

Please sign in to comment.