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

Do not expose internals unneeded by the external API #340

Merged
merged 5 commits into from Apr 13, 2018
Merged

Do not expose internals unneeded by the external API #340

merged 5 commits into from Apr 13, 2018

Conversation

jlsantiago0
Copy link
Contributor

Do not expose internals unneeded by the external API. Also do not export global symbols in the SRT library with names like gettimeofday, clock_gettime, and timeradd as these are standard symbol names that may clash for the library user. This PR makes them static implementations to the library for internal use only and does not expose them to the public include and API. This also removes the wintime.h from the public API which may also, unnessarily cause clashes for the external library user.

… export global symbols in the SRT library with names like gettimeofday, clock_gettime, and timeradd as these are standard symbol names that may clash with the library user. This PR makes them static implementations to the library for internal use only and does not expose them to the public include and API.
…inline C functions. static inline C is a C99 feature and MVC does not support C99.
@rndi rndi merged commit 24a625d into Haivision:master Apr 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants