summaryrefslogtreecommitdiff
path: root/src/stroke/stroke_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stroke/stroke_msg.h')
-rw-r--r--src/stroke/stroke_msg.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h
index 38f44f923..81ad2e397 100644
--- a/src/stroke/stroke_msg.h
+++ b/src/stroke/stroke_msg.h
@@ -19,7 +19,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
- * RCSID $Id: stroke_msg.h 4614 2008-11-11 07:28:52Z andreas $
+ * RCSID $Id: stroke_msg.h 4783 2008-12-10 13:00:02Z martin $
*/
#ifndef STROKE_MSG_H_
@@ -181,7 +181,9 @@ struct stroke_msg_t {
/* reread various objects */
STR_REREAD,
/* purge various objects */
- STR_PURGE
+ STR_PURGE,
+ /* show pool leases */
+ STR_LEASES,
/* more to come */
} type;
@@ -278,6 +280,12 @@ struct stroke_msg_t {
struct {
purge_flag_t flags;
} purge;
+
+ /* data for STR_LEASES */
+ struct {
+ char *pool;
+ char *address;
+ } leases;
};
char buffer[STROKE_BUF_LEN];
};