Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
08880117
Commit
08880117
authored
May 22, 2012
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gdh bugfix for subscriptions on remotely mounted objects
parent
d97e8186
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/lib/rt/src/rt_cvolc.c
src/lib/rt/src/rt_cvolc.c
+5
-0
src/msg/rt/src/rt_gdh_msg.msg
src/msg/rt/src/rt_gdh_msg.msg
+1
-0
No files found.
src/lib/rt/src/rt_cvolc.c
View file @
08880117
...
@@ -103,6 +103,11 @@ fetch (
...
@@ -103,6 +103,11 @@ fetch (
}
}
for
(
i
=
0
,
gop
=
&
rsp
->
g
[
0
];
i
<
rsp
->
count
;
i
++
,
gop
++
)
{
for
(
i
=
0
,
gop
=
&
rsp
->
g
[
0
];
i
<
rsp
->
count
;
i
++
,
gop
++
)
{
if
(
vp
->
g
.
vid
!=
gop
->
oid
.
vid
)
{
net_Free
(
NULL
,
rsp
);
pwr_Return
(
NULL
,
sts
,
GDH__REMOTEMOUNT
);
}
op
=
cvol_LoadObject
(
&
lsts
,
np
,
vp
,
gop
);
op
=
cvol_LoadObject
(
&
lsts
,
np
,
vp
,
gop
);
if
(
cdh_ObjidIsEqual
(
gop
->
oid
,
rsp
->
oid
))
{
if
(
cdh_ObjidIsEqual
(
gop
->
oid
,
rsp
->
oid
))
{
/* This is the referenced object. */
/* This is the referenced object. */
...
...
src/msg/rt/src/rt_gdh_msg.msg
View file @
08880117
...
@@ -100,6 +100,7 @@ noobject <AttrRef is not an object> /error
...
@@ -100,6 +100,7 @@ noobject <AttrRef is not an object> /error
file <Unable to open file> /error
file <Unable to open file> /error
convert <Unable to convert value> /error
convert <Unable to convert value> /error
readonly <Object or attribute is read only> /error
readonly <Object or attribute is read only> /error
remotemount <Remotly mounted object> /error
.end
.end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment