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

RDKBWIFI-13 Using std::vector for channels in em_op_class_info_t #79

Closed

Conversation

marcin-matula-2329518
Copy link
Contributor

No description provided.

inc/em_base.h Outdated
@@ -24,6 +24,8 @@
#include <uuid/uuid.h>
#include "ec_base.h"

#include <vector>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

em_base.h is used in OneWifi which uses gcc to compile. vector cannot be used

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Marcin, Yes we cannot use any C++ constructs or STL constructs in em_base.h as that header file is shared between OneWifi (c-based) and Easymesh agent (C++ based) project

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @amarnathhullur yeap, I am looking for another solution for this segfault (please take notice that it is just draft for cli checking)

@marcin-matula-2329518
Copy link
Contributor Author

Abandoned due to looking for the new solution

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.

2 participants