package magic

import "github.com/checkpoint-restore/go-criu/v6/magic"

Index

Types

type MagicMap

type MagicMap struct {
	ByName  map[string]uint64
	ByValue map[uint64]string
}

func LoadMagic

func LoadMagic() MagicMap

Source Files

magic.go

Version
v6.3.0 (latest)
Published
Oct 11, 2022
Platform
linux/amd64
Last checked
6 days ago

Tools for package owners.