Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #262 from nikhan/import_export
Import export
  • Loading branch information
mikedewar committed Feb 7, 2014
2 parents 258cef9 + 82302a2 commit 48b70db
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 48 deletions.
4 changes: 2 additions & 2 deletions blocks/blocks.go
Expand Up @@ -54,8 +54,8 @@ type Block struct {
OutChans map[string]chan *BMsg
Routes map[string]chan *BMsg
AddChan chan *OutChanMsg
InBlocks map[string]bool // bool is dumb.
OutBlocks map[string]bool // bool is dumb.
InBlocks map[string]string // contains the route, if specified
OutBlocks map[string]string // contains the route, if specified
QuitChan chan bool
}

Expand Down

0 comments on commit 48b70db

Please sign in to comment.