Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of SAPI_CLIENT macro in socket TCTI #66

Closed
flihp opened this issue Nov 10, 2015 · 1 comment
Closed

Use of SAPI_CLIENT macro in socket TCTI #66

flihp opened this issue Nov 10, 2015 · 1 comment
Assignees

Comments

@flihp
Copy link
Contributor

flihp commented Nov 10, 2015

We currently compile the sockets TCTI directly into the resourcemgr on account of our use of the SAPI_CLIENT macro. We use some wrapper functions specific to the resourcemgr and use the macros to set up these function pointers. This is a bit messy and it may be better to pass these function pointers in to the TCTI through the initialization method.

@flihp
Copy link
Contributor Author

flihp commented Mar 17, 2016

I've worked out one issue with this flag in the socket TCTI by getting the resourcemgr and the test programs to use the same debug print function. Other issues remain but some progress has been made.

@flihp flihp self-assigned this Mar 17, 2016
@flihp flihp closed this as completed Apr 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant