eclipse / tinydtls

Eclipse tinydtls
https://projects.eclipse.org/projects/iot.tinydtls
Other
105 stars 57 forks source link

.h files: Rename to make dtls specific #195

Open mrdeep1 opened 1 year ago

mrdeep1 commented 1 year ago

Remove include clashes, in particular with files named as global.h and session.h when used with other projects.

Future work could be to move the header files into a include/tinydtls directory, so that all of the includes are of the form "typydtls/dtls_global.h" etc.

boaks commented 1 year ago

While I appreciate improvements, I'm not sure, if changing that many files with a couple of large/mid size PRs open. Luckily, this project is overall "tiny", so I don't see any real issue with it.

LGTM.

obgm commented 1 year ago

I completely agree with @boaks We can fix the conflicts and merge this PR once the big PRs are pulled in.