]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - types.go
frontend: add Loop.HostSyncMsg()
[safcm/safcm.git] / types.go
index d8868868cd299ab9f59c437c757870fee9819992..cca638ec1c448cfe9c5511879aa93dc7519b7241 100644 (file)
--- a/types.go
+++ b/types.go
@@ -107,7 +107,8 @@ type File struct {
 }
 
 type Command struct {
-       Cmd string
+       OrigGroup string // group which provided this command
+       Cmd       string
 }
 
 type FileChange struct {