Differences From
Artifact [0ebd27b207]:
353 353
354 354 tx_enter: &m.source -> bool
355 355 tx_complete: &m.source -> bool
356 356 -- these two functions are special, in that they should be called
357 357 -- directly on a specific backend, rather than passed down to the
358 358 -- backends by the server; that is pathological behavior that will
359 359 -- not have the desired effect
360 +
361 + server_setup_self: {&m.source, rawstring, lib.mem.ptr(uint8)} -> {}
360 362
361 363 conf_get: {&m.source, rawstring} -> lib.mem.ptr(int8)
362 364 conf_set: {&m.source, rawstring, rawstring} -> {}
363 365 conf_reset: {&m.source, rawstring} -> {}
364 366
365 367 actor_create: {&m.source, &m.actor} -> uint64
366 368 actor_save: {&m.source, &m.actor} -> {}