Skip to content

1.1.0 - Flying Octopus Brigade

Latest
Compare
Choose a tag to compare
@kata198 kata198 released this 14 Nov 03:47
· 1 commit to master since this release

1.1.0 - Nov 13 2018

  • Add FSHM_PERSIST flag as a possible option to be OR'd into fshm_flags on fshm_open.

    • When present, this will cause the shmfile to not be deleted when the FSHM_OWNER closes it.
    • The stream must be explicitly destroyed by fshm_force_destroy
  • Add man page, available under: fshm_open, fshm_create, fshm_guest_open, fshm_force_destroy

  • Cleanup Makefile a bit