schedulator: only do weekdays, not weekends.
[wvapps.git] / wvprint / jobinfo.h
blob101accaae80fe2f9cb451df7d594b8a2ab2589b2
1 /* -*- Mode: C++ -*-
3 * Worldvisions Weaver Software:
4 * Copyright (C) 1997-2003 Net Integration Technologies, Inc.
6 * This is the PrintJobInfo class that represents information about a
7 * given job.
8 */
9 #ifndef __JOBINFO_H
10 #define __JOBINFO_H
12 struct PrintJobInfo {
13 unsigned int position;
14 unsigned int id;
15 WvString username;
16 WvString filename;
17 off_t size;
20 #endif /* __JOBINFO_H */