-
Notifications
You must be signed in to change notification settings - Fork 482
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
Refactor Driver and Message classes in OpenNebula daemon #4936
Comments
rsmontero
added a commit
that referenced
this issue
Jul 2, 2020
co-authored-by: Pavel Czerny <[email protected]>
rsmontero
pushed a commit
that referenced
this issue
Jul 2, 2020
rsmontero
pushed a commit
that referenced
this issue
Jul 2, 2020
rsmontero
pushed a commit
that referenced
this issue
Jul 2, 2020
rsmontero
added a commit
that referenced
this issue
Jul 5, 2020
* Remove duplicit methods from NebulaUtil * Const correctness * Fix minor code quality issues * Remove ObjectCollection::clone() * Minor SSLUtil interface change co-authored-by: Pavel Czerný <[email protected]>
rsmontero
pushed a commit
that referenced
this issue
Jul 14, 2020
rsmontero
added a commit
that referenced
this issue
Jul 27, 2020
co-authored-by: Pavel Czerny <[email protected]>
rsmontero
pushed a commit
that referenced
this issue
Aug 12, 2020
rsmontero
added a commit
that referenced
this issue
Sep 14, 2020
co-authored-by: Pavel Czerný <[email protected]>
rsmontero
pushed a commit
that referenced
this issue
Sep 24, 2020
rsmontero
pushed a commit
that referenced
this issue
Sep 24, 2020
rsmontero
pushed a commit
that referenced
this issue
Sep 24, 2020
Done:
|
rsmontero
added a commit
that referenced
this issue
Jan 20, 2021
co-authored-by: Pavel Czerny <[email protected]>
rsmontero
pushed a commit
that referenced
this issue
Jan 20, 2021
rsmontero
pushed a commit
that referenced
this issue
Jan 20, 2021
rsmontero
pushed a commit
that referenced
this issue
Jan 20, 2021
rsmontero
added a commit
that referenced
this issue
Jan 20, 2021
* Remove duplicit methods from NebulaUtil * Const correctness * Fix minor code quality issues * Remove ObjectCollection::clone() * Minor SSLUtil interface change co-authored-by: Pavel Czerný <[email protected]>
rsmontero
pushed a commit
that referenced
this issue
Jan 20, 2021
rsmontero
added a commit
that referenced
this issue
Jan 20, 2021
co-authored-by: Pavel Czerny <[email protected]>
rsmontero
pushed a commit
that referenced
this issue
Jan 20, 2021
rsmontero
added a commit
that referenced
this issue
Jan 20, 2021
co-authored-by: Pavel Czerný <[email protected]>
rsmontero
pushed a commit
that referenced
this issue
Jan 20, 2021
rsmontero
pushed a commit
that referenced
this issue
Jan 20, 2021
rsmontero
pushed a commit
that referenced
this issue
Jan 20, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Use communication C++ classes developed for Monitor Daemon in OpenNebula daemon.
Use C++11 features for pointers, function bindings and threads.
Use case
Hopefully better code maintanance
Interface Changes
None
Progress Status
The text was updated successfully, but these errors were encountered: