summaryrefslogtreecommitdiff
path: root/src/inspector_agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspector_agent.h')
-rw-r--r--src/inspector_agent.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/inspector_agent.h b/src/inspector_agent.h
index b31c77496b..9cc2fa676d 100644
--- a/src/inspector_agent.h
+++ b/src/inspector_agent.h
@@ -7,6 +7,8 @@
#error("This header can only be used when inspector is enabled")
#endif
+#include "node_debug_options.h"
+
// Forward declaration to break recursive dependency chain with src/env.h.
namespace node {
class Environment;
@@ -31,7 +33,8 @@ class Agent {
~Agent();
// Start the inspector agent thread
- bool Start(v8::Platform* platform, const char* path, int port, bool wait);
+ bool Start(v8::Platform* platform, const char* path,
+ const DebugOptions& options);
// Stop the inspector agent
void Stop();