Skip to content

Commit

Permalink
func: move the user andd group type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanadelacuesta committed Oct 31, 2024
1 parent 8752bb0 commit d0b015e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/lib/numalib/hw/ids.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,4 @@ type (

// A CoreID represents one logical (vCPU) core.
CoreID uint16

// A GroupID (GID) represents a unique numerical value assigned to each user group.
GroupID uint64

// A UserID represents a unique numerical value assigned to each user account.
UserID uint64
)

0 comments on commit d0b015e

Please sign in to comment.