Differences From
Artifact [6e43eba049]:
372 372 -- these two functions are special, in that they should be called
373 373 -- directly on a specific backend, rather than passed down to the
374 374 -- backends by the server; that is pathological behavior that will
375 375 -- not have the desired effect
376 376
377 377 server_setup_self: {&m.source, rawstring, lib.mem.ptr(uint8)} -> {}
378 378
379 - conf_get: {&m.source, lib.str.t} -> lib.mem.ptr(int8)
379 + conf_get: {&m.source, &lib.mem.pool, lib.str.t} -> lib.mem.ptr(int8)
380 380 conf_set: {&m.source, lib.str.t, lib.str.t} -> {}
381 381 conf_reset: {&m.source, rawstring} -> {}
382 382
383 383 actor_create: {&m.source, &m.actor} -> uint64
384 384 actor_save: {&m.source, &m.actor} -> {}
385 385 actor_save_privs: {&m.source, &m.actor} -> {}
386 386 actor_purge_uid: {&m.source, uint64} -> {}