Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
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
Levin Zimmermann
neoppod
Commits
6cd8a87f
Commit
6cd8a87f
authored
Jul 05, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ba1fa75d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
go/neo/proto/proto.go
go/neo/proto/proto.go
+11
-11
No files found.
go/neo/proto/proto.go
View file @
6cd8a87f
...
...
@@ -346,7 +346,7 @@ type CellInfo struct {
//neo:proto typeonly
type
RowInfo
struct
{
Offset
uint32
// PNumber XXX -> Pid
Offset
uint32
// PNumber XXX -> Pid
CellList
[]
CellInfo
}
...
...
@@ -365,20 +365,20 @@ type Error struct {
// Request a node identification. This must be the first message for any
// connection. Any -> Any.
type
RequestIdentification
struct
{
NodeType
NodeType
// XXX name
UUID
NodeUUID
Address
Address
// where requesting node is also accepting connections
ClusterName
string
IdTime
IdTime
NodeType
NodeType
// XXX name
UUID
NodeUUID
Address
Address
// where requesting node is also accepting connections
ClusterName
string
IdTime
IdTime
}
//neo:proto answer
type
AcceptIdentification
struct
{
NodeType
NodeType
// XXX name
MyUUID
NodeUUID
NumPartitions
uint32
// PNumber
NumReplicas
uint32
// PNumber
YourUUID
NodeUUID
NodeType
NodeType
// XXX name
MyUUID
NodeUUID
NumPartitions
uint32
// PNumber
NumReplicas
uint32
// PNumber
YourUUID
NodeUUID
}
// Check if a peer is still alive. Any -> Any.
...
...
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