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

Wrapper to send event messages is added #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gbuddappagari
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Nov 12, 2018

Codecov Report

Merging #42 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #42   +/-   ##
=======================================
  Coverage   62.44%   62.44%           
=======================================
  Files           3        3           
  Lines         639      639           
  Branches      131      131           
=======================================
  Hits          399      399           
  Misses        165      165           
  Partials       75       75

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6701a5b...61822be. Read the comment docs.

break;

default:
NotifError("Enter Valid commands..\n");
Copy link
Collaborator

Choose a reason for hiding this comment

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

Put usage print to enter the required arguments

parodusNotifier/parodus_notifier.c Show resolved Hide resolved
.client_url = NULL
};

ret = libparodus_init (&client_instance, &cfg);
Copy link
Collaborator

Choose a reason for hiding this comment

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

This can be put under static variable so it executes only one time and instance can also be made static.

@gbuddappagari gbuddappagari force-pushed the parodusNotifier branch 10 times, most recently from a802dea to 906bbf7 Compare November 15, 2018 11:09
@CLAassistant
Copy link

CLAassistant commented Aug 2, 2019

CLA assistant check
All committers have signed the CLA.

@codecov-io
Copy link

Codecov Report

Merging #42 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #42   +/-   ##
=======================================
  Coverage   62.44%   62.44%           
=======================================
  Files           3        3           
  Lines         639      639           
  Branches      131      131           
=======================================
  Hits          399      399           
  Misses        165      165           
  Partials       75       75

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6701a5b...61822be. Read the comment docs.

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.

4 participants