diff --git a/src/include/kom-errno.h b/src/include/kom-errno.h index 0fae26ea914939d57f763e6051105e26782e75fb..b3be59974e8d3ba8966bd71c9c975efe67390950 100644 --- a/src/include/kom-errno.h +++ b/src/include/kom-errno.h @@ -1,5 +1,5 @@ /* - * $Id: kom-errno.h,v 0.24 2003/07/24 08:38:16 ceder Exp $ + * $Id: kom-errno.h,v 0.25 2003/08/14 17:08:45 ceder Exp $ * Copyright (C) 1991-1994, 1996-1999, 2001-2002 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -95,6 +95,9 @@ enum kom_err KOM_INVALID_RANGE = 55, /* Invalid range (low >= high) */ KOM_INVALID_RANGE_LIST = 56, /* Invalid range list (not properly sorted) */ KOM_UNDEFINED_MEASUREMENT = 57, /* Bad measurement name. */ + KOM_PRIORITY_DENIED = 58, /* You cannot lower your priority that much. */ + KOM_WEIGHT_DENIED = 59, /* You cannot increase your weight that much.*/ + KOM_WEIGHT_ZERO = 60, /* You cannot increase your weight that much.*/ KOM_num_errs /* End marker */ };