FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node/src/node_lttng.h at v1.8.0-commit · afshing/node · GitHub
afshing
/
node
Public
forked from
nodejs/node
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
node
/
src
/
node_lttng.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (31 loc) · 735 Bytes
Breadcrumbs
node
/
src
/
node_lttng.h
Copy path
File metadata and controls
40 lines (31 loc) · 735 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#
ifndef
SRC_NODE_LTTNG_H_
#
define
SRC_NODE_LTTNG_H_
#
include
"
node.h
"
#
include
"
v8.h
"
#
include
"
env.h
"
extern
"
C
"
{
typedef
struct
{
int32_t
fd;
int32_t
port;
const
char
* remote;
int32_t
buffered;
}
node_lttng_connection_t
;
typedef
struct
{
const
char
* url;
const
char
* method;
}
node_lttng_http_client_request_t
;
typedef
struct
{
union
{
uint32_t
version;
uintptr_t
unused;
/*
for compat. with old 64-bit struct
*/
} _un;
const
char
* url;
const
char
* method;
const
char
* forwarded_for;
const
char
* _pad[
8
];
}
node_lttng_http_server_request_t
;
}
//
extern "C"
namespace
node
{
void
InitLTTNG
(Environment* env, v8::Handle<v8::Object> target);
}
//
namespace node
#
endif
//
SRC_NODE_LTTNG_H_
Back
|
FazBrowse Home
|
New Git URL