Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
92
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Projects
White Rabbit Switch - Software
Commits
03ab515a
Commit
03ab515a
authored
5 years ago
by
Grzegorz Daniluk
Browse files
Options
Downloads
Patches
Plain Diff
snmp: wrsw_hal runs only 1 process now
parent
2631ce92
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
userspace/snmpd/wrsBootStatusGroup.c
+1
-1
1 addition, 1 deletion
userspace/snmpd/wrsBootStatusGroup.c
with
1 addition
and
1 deletion
userspace/snmpd/wrsBootStatusGroup.c
+
1
−
1
View file @
03ab515a
...
...
@@ -107,7 +107,7 @@ struct wrs_usd_item {
static
struct
wrs_usd_item
userspace_daemons
[]
=
{
[
0
]
=
{.
key
=
"/usr/sbin/sshd"
,
.
exp
=
-
1
},
/* expect at least one
* sshd process */
[
1
]
=
{
"/wr/bin/wrsw_hal"
,
2
},
/* two wrsw_hal instances */
[
1
]
=
{
"/wr/bin/wrsw_hal"
,
1
},
/* two wrsw_hal instances */
[
2
]
=
{
"/wr/bin/wrsw_rtud"
,
1
},
[
3
]
=
{
"/wr/bin/ppsi"
,
1
},
[
UDI_HTTP
]
=
{
"/usr/sbin/lighttpd"
,
1
},
/* web interface can be
...
...
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