summaryrefslogtreecommitdiff
path: root/scheduler/subscriptions.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-11-06 05:13:04 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-11-06 05:13:04 +0000
commit10d09e334a4892cd5ed4e2a2a0f5bbe3c8c171ed (patch)
treecb980415b72e93a966ea00d60a18ace75533dcfd /scheduler/subscriptions.h
parent6c48a6cafc078a698d97c82c1dd69ac9f850c0ce (diff)
downloadcups-10d09e334a4892cd5ed4e2a2a0f5bbe3c8c171ed.tar.gz
Merge changes from CUPS 1.5svn-r9352.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2848 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/subscriptions.h')
-rw-r--r--scheduler/subscriptions.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/scheduler/subscriptions.h b/scheduler/subscriptions.h
index b807ac215..2a2714ec1 100644
--- a/scheduler/subscriptions.h
+++ b/scheduler/subscriptions.h
@@ -1,9 +1,9 @@
/*
* "$Id: subscriptions.h 7824 2008-08-01 21:11:55Z mike $"
*
- * Subscription definitions for the Common UNIX Printing System (CUPS) scheduler.
+ * Subscription definitions for the CUPS scheduler.
*
- * Copyright 2007-2008 by Apple Inc.
+ * Copyright 2007-2010 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products, all rights reserved.
*
* These coded instructions, statements, and computer programs are the
@@ -100,9 +100,8 @@ typedef struct cupsd_subscription_s /**** Subscription structure ****/
time_t last; /* Time of last notification */
time_t expire; /* Lease expiration time */
int first_event_id, /* First event-id in cache */
- next_event_id, /* Next event-id to use */
- num_events; /* Number of cached events */
- cupsd_event_t **events; /* Cached events */
+ next_event_id; /* Next event-id to use */
+ cups_array_t *events; /* Cached events */
} cupsd_subscription_t;