r5485: *** empty log message ***
[wol.git] / classes.lisp
index 965491eaf6a32677b1b1e5b0729fc5ac3e183b17..2a49ec1d3f0cd5947e009ad2159cff6ac394554b 100644 (file)
@@ -7,7 +7,7 @@ x;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: wol -*-
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  July 2003
 ;;;;
-;;;; $Id: classes.lisp,v 1.6 2003/08/08 23:40:13 kevin Exp $
+;;;; $Id: classes.lisp,v 1.7 2003/08/10 07:38:37 kevin Exp $
 ;;;;
 ;;;; This file and Wol are Copyright (c) 2001-2003 by Kevin M. Rosenberg
 ;;;; *************************************************************************
@@ -100,3 +100,6 @@ x;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: wol -*-
   "The output stream for the current request")
 
 (defconstant +length-session-id+ 24)
+
+(defvar *req* nil "Current request")
+(defvar *ent* nil "Current entity")