ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfperl/cfperl.xs
(Generate patch)

Comparing deliantra/server/plugins/cfperl/cfperl.xs (file contents):
Revision 1.26 by root, Sat Feb 25 23:36:58 2006 UTC vs.
Revision 1.27 by root, Sun Mar 5 18:48:50 2006 UTC

64{ 64{
65 object* who; 65 object* who;
66 object* activator; 66 object* activator;
67 object* third; 67 object* third;
68 char message[1024]; 68 char message[1024];
69 int fix; 69 int fix; // seems to be python-only, and should not be part of the API
70 int event_code; 70 int event_code;
71 char extension[1024]; // name field, should invoke specific perl extension 71 char extension[1024]; // name field, should invoke specific perl extension
72 char options[1024]; // slaying field of event_connectors 72 char options[1024]; // slaying field of event_connectors
73 int returnvalue; 73 int returnvalue;
74} CFPContext; 74} CFPContext;
75
76//static int current_command = -999;
77 75
78static HV *obj_cache; 76static HV *obj_cache;
79static PerlInterpreter *perl; 77static PerlInterpreter *perl;
80 78
81////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 79//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines