summaryrefslogtreecommitdiff
path: root/src/main/scala/com/tylerstonge/honeypot/messages/MStartReporter.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/com/tylerstonge/honeypot/messages/MStartReporter.scala')
-rw-r--r--src/main/scala/com/tylerstonge/honeypot/messages/MStartReporter.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/scala/com/tylerstonge/honeypot/messages/MStartReporter.scala b/src/main/scala/com/tylerstonge/honeypot/messages/MStartReporter.scala
index b76c12a..a14e8bb 100644
--- a/src/main/scala/com/tylerstonge/honeypot/messages/MStartReporter.scala
+++ b/src/main/scala/com/tylerstonge/honeypot/messages/MStartReporter.scala
@@ -1,3 +1,5 @@
package com.tylerstonge.honeypot.messages
-case class MStartReporter(name: String, rtype: String)
+import org.typelevel.jawn.ast.JValue
+
+case class MStartReporter(name: String, rtype: String, options: JValue)