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.9 by root, Thu Oct 13 01:33:46 2005 UTC vs.
Revision 1.10 by root, Fri Oct 14 00:21:57 2005 UTC

48// environment for persistent or temporary storage 48// environment for persistent or temporary storage
49struct env 49struct env
50{ 50{
51 std::string path; 51 std::string path;
52 bool temporary; 52 bool temporary;
53 int idxfd;
53 unsigned long nextid; 54 unsigned long nextid;
54 55
56 void dolock (bool lock);
57 void lock ();
58 void unlock ();
59
60 void load_index ();
61 void save_index ();
62
63public:
55 env (const std::string &path = CPJIT_NULLID, bool temporary = true); 64 env (const std::string &path = CPJIT_NULLID, bool temporary = true);
56 ~env (); 65 ~env ();
66
57 std::string genid (); 67 std::string genid ();
58}; 68};
59 69
60struct fun 70struct fun
61{ 71{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines