aboutsummaryrefslogtreecommitdiff
path: root/service/service_extra.go
diff options
context:
space:
mode:
authorIan Cottrell <iancottrell@google.com>2015-07-03 11:10:05 +0100
committerIan Cottrell <iancottrell@google.com>2015-07-03 15:54:39 +0100
commit573de59a56951cfc5dc1323488084096072b0c2c (patch)
tree8330b0ffe50687865898ef416fe5845803092a96 /service/service_extra.go
parent95d0782bad504c9689432d74dbe607b04c562d66 (diff)
downloadgpu-573de59a56951cfc5dc1323488084096072b0c2c.tar.gz
Changing the rpc interface to use atoms directly, rather than packing them in blobs
Change-Id: I2a45b657609d7bba0c4c0a361160ba96c5644be5
Diffstat (limited to 'service/service_extra.go')
-rw-r--r--service/service_extra.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/service_extra.go b/service/service_extra.go
index 5faaaa2b8..76860b77f 100644
--- a/service/service_extra.go
+++ b/service/service_extra.go
@@ -6,6 +6,7 @@
package service
import (
+ "android.googlesource.com/platform/tools/gpu/atom"
"android.googlesource.com/platform/tools/gpu/binary"
"android.googlesource.com/platform/tools/gpu/binary/schema"
"android.googlesource.com/platform/tools/gpu/memory"
@@ -151,7 +152,7 @@ type callReplaceAtom struct {
binary.Generate
capture CaptureId
atomId uint64
- data Binary
+ atom atom.Atom
}
// Result ReplaceAtom