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

Error logs, initialization of variables and deinit optimizations #26

Closed
wants to merge 0 commits into from

Conversation

quic-bkumar
Copy link
Contributor

Avoid using variable without initializing

Disable warning logs for LE
Optimize listener de-init by reducing remote calls

int *pfds = NULL; \
unsigned *pattrs = NULL; \
Copy link
Contributor

Choose a reason for hiding this comment

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

pfds and pattrs are not really used

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Arent these used in the invoke function?

@@ -48,6 +57,133 @@ static domain_t *get_domain_uri(int domain_id) {
return NULL;
}

#ifdef ENABLE_UPSTREAM_DRIVER_INTERFACE
Copy link
Contributor

Choose a reason for hiding this comment

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

is this featurization still needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes

unsigned int length = 0;
int nErr = AEE_SUCCESS;

VERIFY(uri);
Copy link
Contributor

Choose a reason for hiding this comment

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

indentation seems off

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