Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
advLigoRTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDS
software
advLigoRTS
Merge requests
!378
Marking newly added IPCs as senders so the MEDM screen does not get error stats lines printed
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Marking newly added IPCs as senders so the MEDM screen does not get error stats lines printed
ezekiel.dohmen/advligorts:erroneous-ipc-medm
into
branch-4.2
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Ezekiel Dohmen
requested to merge
ezekiel.dohmen/advligorts:erroneous-ipc-medm
into
branch-4.2
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Need to verify this does not break anything on a test stand.
Edited
2 years ago
by
Ezekiel Dohmen
0
0
Merge request reports
Compare
branch-4.2
branch-4.2 (base)
and
latest version
latest version
b5042be0
1 commit,
2 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/epics/util/lib/IPCx.pm
+
1
−
0
Options
@@ -655,6 +655,7 @@ $ipcxRcvrCnt = 0;
$
::
ipcxParts
[
$ipcxAdd
[
$jj
][
0
]][
3
]
=
$
::
targetHost
;
$
::
ipcxParts
[
$ipcxAdd
[
$jj
][
0
]][
4
]
=
$ipcxMaxNum
[
$ipcxTypeIndex
];
$
::
ipcxParts
[
$ipcxAdd
[
$jj
][
0
]][
5
]
=
$
::
skeleton
;
$
::
ipcxParts
[
$ipcxAdd
[
$jj
][
0
]][
9
]
=
1
;
#Because we are adding this, it must be a sender IPC
$ipcxNew
++
;
}
Loading