ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/libcpjit/cpjit.h.PL
(Generate patch)

Comparing cvsroot/libcpjit/cpjit.h.PL (file contents):
Revision 1.11 by root, Fri Oct 14 01:29:45 2005 UTC vs.
Revision 1.12 by root, Fri Oct 14 02:29:59 2005 UTC

44#define CPJIT_NULLID "" 44#define CPJIT_NULLID ""
45 45
46// environment for persistent or temporary storage 46// environment for persistent or temporary storage
47struct env 47struct env
48{ 48{
49 std::string path; 49 std::string path, idxpath;
50 bool temporary; 50 bool temporary;
51 int idxfd; 51 int idxfd;
52 long idxstamp;
52 53
53 void dolock (bool lock); 54 void dolock (bool lock);
54 void lock (); 55 void lock ();
55 void unlock (); 56 void unlock ();
56 57

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines