Wrapper to send event messages is added#42
Wrapper to send event messages is added#42gbuddappagari wants to merge 1 commit intoxmidt-org:masterfrom
Conversation
Codecov Report
@@ 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 75Continue to review full report at Codecov.
|
ab2b149 to
7a8981e
Compare
parodusNotifier/main.c
Outdated
| break; | ||
|
|
||
| default: | ||
| NotifError("Enter Valid commands..\n"); |
There was a problem hiding this comment.
Put usage print to enter the required arguments
parodusNotifier/parodus_notifier.c
Outdated
| .client_url = NULL | ||
| }; | ||
|
|
||
| ret = libparodus_init (&client_instance, &cfg); |
There was a problem hiding this comment.
This can be put under static variable so it executes only one time and instance can also be made static.
a802dea to
906bbf7
Compare
906bbf7 to
61822be
Compare
Codecov Report
@@ 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 75Continue to review full report at Codecov.
|
No description provided.