code wiki / _hdl_build / nx_publish_opaque_login.nx
nx_publish_opaque_login.nx
buildroot/runtime/_hdl_build/nx_publish_opaque_login.nx
about
nx_publish_opaque_login.nx -- one-shot: hand the registration-CLOSED OPAQUE login daemons to THE NISHI
PUBLISHER (nx_publisher.pub_submit) as durable PENDING requests. Workstreams REQUEST; the publisher SHIPS
to the NAS + restarts -- decoupled from this workstream (the sites.elf-outage collision-class fix). The two
rebuilt binaries are pre-staged under knowledge/publish/staging/ so pub_submit can sha256 them now and the
publisher can ship them later. Idempotent at the publisher (R2 sha-skip); re-submitting is safe.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_publisher.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 9 | func pl_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return n } |
| 10 | func pl_puti(v: i64) -> i64 |
| 20 | func main(argc: i64, argv: *i64) -> i64 |