Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZeroRate
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Benny Baumann
ZeroRate
Commits
744cddf1
Verified
Commit
744cddf1
authored
6 years ago
by
Benny Baumann
Browse files
Options
Downloads
Patches
Plain Diff
chg: Minor cleanup
parent
e71f95b0
Branches
Branches containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/app/ifstate.cpp
+1
-1
1 addition, 1 deletion
src/app/ifstate.cpp
src/if/if.hpp
+1
-5
1 addition, 5 deletions
src/if/if.hpp
src/if/notify.cpp
+1
-1
1 addition, 1 deletion
src/if/notify.cpp
with
3 additions
and
7 deletions
src/app/ifstate.cpp
+
1
−
1
View file @
744cddf1
#include
"if/if.hpp"
int
main
()
{
return
if
mon_detect
_changes
();
return
if
dev_monitor
_changes
();
}
This diff is collapsed.
Click to expand it.
src/if/if.hpp
+
1
−
5
View file @
744cddf1
...
...
@@ -2,8 +2,4 @@
#include
<stdint.h>
extern
"C"
{
int
ifmon_detect_changes
();
}
int
ifdev_monitor_changes
();
This diff is collapsed.
Click to expand it.
src/if/notify.cpp
+
1
−
1
View file @
744cddf1
...
...
@@ -144,7 +144,7 @@ int read_event (int sockint) {
return
ret
;
}
int
if
mon_detect
_changes
()
{
int
if
dev_monitor
_changes
()
{
fd_set
rfds
,
wfds
;
(
void
)
wfds
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment