Skip to content

Commit

Permalink
fingerprint: Add backwards compatibility comment
Browse files Browse the repository at this point in the history
Co-Authored-By: Michael Schurter <[email protected]>
  • Loading branch information
endocrimes and schmichael authored Sep 4, 2019
1 parent e9a8e9e commit b56b9c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/fingerprint/memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func (f *MemoryFingerprint) Fingerprint(req *FingerprintRequest, resp *Fingerpri

memoryMB := totalMemory / bytesInMB

// COMPAT(0.10): Unused since 0.9.
resp.Resources = &structs.Resources{
MemoryMB: int(memoryMB),
}
Expand Down

0 comments on commit b56b9c6

Please sign in to comment.