Skip to content

Commit

Permalink
change mocked rust client to use new config
Browse files Browse the repository at this point in the history
Signed-off-by: Mr-Kanister <[email protected]>
  • Loading branch information
Mr-Kanister committed Dec 1, 2024
1 parent 2bcef8f commit b2c3859
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const val alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
object RustClient : Client {
private var configuration: Configuration =
Configuration(
vfsWrite = VfsWriteConfig(listOf(1234u, 43124u)),
sysSendmsg = SysSendmsgConfig(listOf(1234u, 43124u)),
vfsWrite = VfsWriteConfig(mapOf(1234u to 30000u, 43124u to 20000u)),
sysSendmsg = SysSendmsgConfig(mapOf(1234u to 30000u, 43124u to 20000u)),
uprobes = listOf(),
)

Expand Down

0 comments on commit b2c3859

Please sign in to comment.