Completed initial version of outbound flow
This commit is contained in:
parent
7e185db141
commit
ba3e486667
17 changed files with 491 additions and 287 deletions
|
|
@ -41,7 +41,7 @@ func (table *IndexTable) Init() {
|
|||
table.mutex.Unlock()
|
||||
}
|
||||
|
||||
func (table *IndexTable) ClearIndex(index uint32) {
|
||||
func (table *IndexTable) Delete(index uint32) {
|
||||
if index == 0 {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue