Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
748186e5
Commit
748186e5
authored
Sep 09, 2009
by
Ivan Donchevskiy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes by lav
parent
8dc14337
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
MBTCPMaster.cc
extensions/MBTCPMaster/MBTCPMaster.cc
+2
-2
MBTCPMaster.h
extensions/MBTCPMaster/MBTCPMaster.h
+2
-2
No files found.
extensions/MBTCPMaster/MBTCPMaster.cc
View file @
748186e5
...
...
@@ -1267,7 +1267,7 @@ void MBTCPMaster::initIterators()
}
// -----------------------------------------------------------------------------
void
MBTCPMaster
::
help_print
(
int
argc
,
const
char
**
argv
)
void
MBTCPMaster
::
help_print
(
int
argc
,
const
char
*
const
*
argv
)
{
cout
<<
"--mbm-polltime msec - . 200 ."
<<
endl
;
cout
<<
"--mbm-heartbeat-id - heartbeat-."
<<
endl
;
...
...
@@ -1283,7 +1283,7 @@ void MBTCPMaster::help_print( int argc, const char** argv )
cout
<<
"--mbm-recv-timeout - ."
<<
endl
;
}
// -----------------------------------------------------------------------------
MBTCPMaster
*
MBTCPMaster
::
init_mbmaster
(
int
argc
,
const
char
**
argv
,
UniSetTypes
::
ObjectId
icID
,
SharedMemory
*
ic
,
MBTCPMaster
*
MBTCPMaster
::
init_mbmaster
(
int
argc
,
const
char
*
const
*
argv
,
UniSetTypes
::
ObjectId
icID
,
SharedMemory
*
ic
,
const
std
::
string
prefix
)
{
string
name
=
conf
->
getArgParam
(
"--"
+
prefix
+
"-name"
,
"MBTCPMaster1"
);
...
...
extensions/MBTCPMaster/MBTCPMaster.h
View file @
748186e5
...
...
@@ -30,12 +30,12 @@ class MBTCPMaster:
virtual
~
MBTCPMaster
();
/*! */
static
MBTCPMaster
*
init_mbmaster
(
int
argc
,
const
char
**
argv
,
static
MBTCPMaster
*
init_mbmaster
(
int
argc
,
const
char
*
const
*
argv
,
UniSetTypes
::
ObjectId
shmID
,
SharedMemory
*
ic
=
0
,
const
std
::
string
prefix
=
"mbtcp"
);
/*! help- */
static
void
help_print
(
int
argc
,
const
char
**
argv
);
static
void
help_print
(
int
argc
,
const
char
*
const
*
argv
);
static
const
int
NoSafetyState
=-
1
;
...
...
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