Skip to content
Snippets Groups Projects
Commit 0a176841 authored by Steve Plimpton's avatar Steve Plimpton
Browse files

extra python_wrapper change needed for last patch

parent 3027ac92
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ methods: ...@@ -33,7 +33,7 @@ methods:
minchunk <= N <= maxchunk required minchunk <= N <= maxchunk required
put(index) = return indexed chunk to pool (same index returned by get) put(index) = return indexed chunk to pool (same index returned by get)
int size() = return total size of allocated pages in bytes int size() = return total size of allocated pages in bytes
public varaibles: public variables:
ndatum = total # of stored datums ndatum = total # of stored datums
nchunk = total # of stored chunks nchunk = total # of stored chunks
size = total size of all allocated pages in daums size = total size of all allocated pages in daums
......
...@@ -38,7 +38,7 @@ class Python { ...@@ -38,7 +38,7 @@ class Python {
void invoke_function(int, char *) {} void invoke_function(int, char *) {}
int find(char *) {return -1;} int find(char *) {return -1;}
int variable_match(char *, char *, int) {return -1;} int variable_match(char *, char *, int) {return -1;}
char *long_string(int) {return NULL;}
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment