Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
1ed391d2
Commit
1ed391d2
authored
10 years ago
by
Charles Lesire
Browse files
Options
Downloads
Patches
Plain Diff
[vnet] fix patch
parent
3678ee16
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vnet-yarp/distinfo
+1
-1
1 addition, 1 deletion
vnet-yarp/distinfo
vnet-yarp/patches/patch-ba
+1
-1
1 addition, 1 deletion
vnet-yarp/patches/patch-ba
with
2 additions
and
2 deletions
vnet-yarp/distinfo
+
1
−
1
View file @
1ed391d2
...
...
@@ -2,4 +2,4 @@ SHA1 (vnet-yarp-0.2.tar.gz) = 0ade67a18b108916c95dadfaa7355a97f72faefd
RMD160 (vnet-yarp-0.2.tar.gz) = 34e797c806afc5b27aeeb270fe2f2dc4e497bd95
Size (vnet-yarp-0.2.tar.gz) = 10139 bytes
SHA1 (patch-aa) = 07ecf0f7bc4644da46e9cf5543c8505dc8ed9f53
SHA1 (patch-ba) =
916b1476e47517769c59045680b5d047413b5028
SHA1 (patch-ba) =
15422cf266df548e33c73a591a5dc045059a304b
This diff is collapsed.
Click to expand it.
vnet-yarp/patches/patch-ba
+
1
−
1
View file @
1ed391d2
...
...
@@ -6,7 +6,7 @@
if (current_dst != dst) {
- port.close();
- port.open(local_uri.c_str());
+ ::yarp::os::Network::disconnect(local_uri.c_str(), dst.c_str());
+ ::yarp::os::Network::disconnect(local_uri.c_str(),
current_
dst.c_str());
port.addOutput(dst.c_str());
current_dst = dst;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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