X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/7eef31e6e6b93158937587a35267e01332974e67..650b599fd54ff961e37b285677e021c689ea817b:/include/update.h diff --git a/include/update.h b/include/update.h index 1dd2645d..9ccf12b4 100644 --- a/include/update.h +++ b/include/update.h @@ -11,8 +11,6 @@ struct update_desc { int override; /* override interval */ int enable; /* can we update at all? */ char *instructions; /* script pathname */ - char *value1, *value2; /* these come from the database */ - int dfgen; }; char *whoami; @@ -22,3 +20,4 @@ extern char sms_data_dir[]; #define log_INFO 1 #define log_WARNING 2 #define log_ERROR 3 +int log_priority;