oluan/ninjaipc

(core) C Foundation

Closed this issue · 1 comments

oluan commented

Write a reliable shared definition of ninjaipc objects and definitions:

  • ninjasync
  • ninjaview
  • ninjahandle
  • ninjaerr
  • ninjall Decided to use a simply linked list
    ninjavec <- Create Vector structure to store callbacks pointers (not sure about the chosen data structure)
  • ninjanotifier <- Responsible for calling each and every callback with the fileview
oluan commented

Closing as #8 got merged