summaryrefslogtreecommitdiff
path: root/src/node_dtrace.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-02-09 18:50:26 -0800
committerRyan Dahl <ry@tinyclouds.org>2011-02-09 18:50:26 -0800
commite9257b859d6bbeb68b47abf03741bc5378538b05 (patch)
tree5e48e386bb9b22708706b6965690c585ed4afe54 /src/node_dtrace.h
parent778fb859c640f1cb67d11ce4550758b6bae31b43 (diff)
downloadnode-new-e9257b859d6bbeb68b47abf03741bc5378538b05.tar.gz
New DTrace probes from CA team
Diffstat (limited to 'src/node_dtrace.h')
-rw-r--r--src/node_dtrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_dtrace.h b/src/node_dtrace.h
index 267c729216..a3f75d0a0a 100644
--- a/src/node_dtrace.h
+++ b/src/node_dtrace.h
@@ -10,6 +10,7 @@ typedef struct {
int32_t fd;
int32_t port;
char *remote;
+ int32_t buffered;
} node_dtrace_connection_t;
typedef struct {