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

Why "dmclock" is wrappered under the namespace of "crimson"? #13

Closed
xiexingguo opened this issue Aug 12, 2016 · 2 comments
Closed

Why "dmclock" is wrappered under the namespace of "crimson"? #13

xiexingguo opened this issue Aug 12, 2016 · 2 comments

Comments

@xiexingguo
Copy link
Member

As below:

namespace crimson
{
  namespace dmclock
  {
@ivancich
Copy link
Member

dmclock should not be a top-level namespace, as that might invite collisions if another implementation of dmclock should enter the codebase.

The algorithm was read to be general and not ceph-specific, so it could be used in other projects. Therefore we do not want to use ceph namespaces.

So it could be under a redhat namespace at some point in the future. 'crimson' is an identity that we sometimes use in the Ann Arbor engineering office.

@xiexingguo
Copy link
Member Author

Thanks for your excellent explanation, Eric. That really helps!

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

No branches or pull requests

2 participants