Skip to content
  • Richard M Kreuter's avatar
    Add an "oid" layer to motifd. · 93d7f94f
    Richard M Kreuter authored
    * The wire protocol between motifd and Lisp employs 32-bit handles for
      various types; on 32-bit systems, the pointer address has been used,
      but that's lossy on 64-bit systems. This changeset introduces a
      32-bit handle called an "oid", and keeps a process-global
      doubly-linked list associating oids with pointers.
    93d7f94f