Sign in
vanadium
/
release.go.x.ref
/
e3d1922fdcde7e03c42d6aca4b52acfcbc14cae7
/
.
/
profiles
/
internal
/
ipc
/
stream
/
id
/
id.go
blob: fbd56115c24ac3f70849cbfa5ecefbefed647e89 [
file
] [
log
] [
blame
]
// Package id provides types for identifying VCs and Flows over them.
package id
// VC identifies a VC over a VIF.
type VC uint32
// Flow identifies a Flow over a VC.
type Flow uint32