You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/10/05 21:44:00 UTC

incubator-mynewt-newt git commit: newtmgr; expose CoreDumpHdr and CoreDumpTlv types.

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/develop 8d94eefe1 -> f0d8ce88d


newtmgr; expose CoreDumpHdr and CoreDumpTlv types.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/f0d8ce88
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/f0d8ce88
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/f0d8ce88

Branch: refs/heads/develop
Commit: f0d8ce88d79dae33db12a0e7a7fe483d2ac3210a
Parents: 8d94eef
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Wed Oct 5 14:43:13 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Wed Oct 5 14:43:13 2016 -0700

----------------------------------------------------------------------
 newtmgr/core/core_convert.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/f0d8ce88/newtmgr/core/core_convert.go
----------------------------------------------------------------------
diff --git a/newtmgr/core/core_convert.go b/newtmgr/core/core_convert.go
index e07370a..ea10195 100644
--- a/newtmgr/core/core_convert.go
+++ b/newtmgr/core/core_convert.go
@@ -49,12 +49,12 @@ const (
 	COREDUMP_MAGIC = 0x690c47c3
 )
 
-type coreDumpHdr struct {
+type CoreDumpHdr struct {
 	Magic uint32
 	Size  uint32
 }
 
-type coreDumpTlv struct {
+type CoreDumpTlv struct {
 	Type uint8
 	pad  uint8
 	Len  uint16