added GCEL linux to OsFamily

This commit is contained in:
David Ribeiro Alves 2013-01-28 15:34:44 -05:00
parent 5eb60962f9
commit 208d6e6014
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ public enum OsFamily {
* Scientific Linux
*/
SCIENTIFIC,
/**
* Google Compute Engine Linux
*/
GCEL,
SIGAR,
SLACKWARE,
SOLARIS, SUSE, TURBOLINUX, CLOUD_LINUX, UBUNTU, WINDOWS;