summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 22f8a1e..b5726e8 100644
--- a/structs.go
+++ b/structs.go
@@ -12,8 +12,11 @@ var readBufferSize int
type File struct {
Name string
BufferSize int
- FbytesBuffer bytes.Buffer
+ Buffer *bytes.Buffer
Fbytes []byte
+ TotalCount int
+ Empty bool
+ Dead bool
Fio io.ReadCloser // := process.StdoutPipe()
Fbufio *bufio.Reader // := bufio.NewReader(pOUT)