Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
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
Operations
Operations
Metrics
Environments
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
cpp-libs
Actor Framework
Commits
db1e1c08
Commit
db1e1c08
authored
Jul 15, 2014
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Linux version of get_root_uuid
parent
d61137ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/get_root_uuid.cpp
src/get_root_uuid.cpp
+6
-2
No files found.
src/get_root_uuid.cpp
View file @
db1e1c08
...
@@ -85,6 +85,11 @@ using std::vector;
...
@@ -85,6 +85,11 @@ using std::vector;
using
std
::
string
;
using
std
::
string
;
using
std
::
ifstream
;
using
std
::
ifstream
;
namespace
cppa
{
namespace
detail
{
namespace
{
struct
columns_iterator
struct
columns_iterator
:
std
::
iterator
<
std
::
forward_iterator_tag
,
vector
<
string
>>
{
:
std
::
iterator
<
std
::
forward_iterator_tag
,
vector
<
string
>>
{
...
@@ -115,8 +120,7 @@ bool operator!=(const columns_iterator& lhs, const columns_iterator& rhs) {
...
@@ -115,8 +120,7 @@ bool operator!=(const columns_iterator& lhs, const columns_iterator& rhs) {
return
!
(
lhs
==
rhs
);
return
!
(
lhs
==
rhs
);
}
}
namespace
cppa
{
}
// namespace <anonymous>
namespace
detail
{
std
::
string
get_root_uuid
()
{
std
::
string
get_root_uuid
()
{
int
sck
=
socket
(
AF_INET
,
SOCK_DGRAM
,
0
);
int
sck
=
socket
(
AF_INET
,
SOCK_DGRAM
,
0
);
...
...
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