imzhenyu/rDSN

update rDSN.Python due to changes in rDSN

mcfatealan opened this issue · 3 comments

A new commit in rDSN did the following modifcations:

  • rename file include/dsn/ports.h to include/dsn/internal/ports.h
  • replace the function dsn_register_app_role with another
  • ...

We need to do the corresponding changes on rDSN.Python.

this is indeed a big issue as the same problems applied to other language wrapper as well. Let's move these language wrappers back into the main repo so it is easier to make them consistent with our core.

Done in rDSN-Projects/rDSN.Python#16, please review @imzhenyu . Already tested, building succeeded and ran well.

done~ thx~