We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab504ca commit efca351Copy full SHA for efca351
pythonlsf/lsf.i
@@ -50,6 +50,8 @@ int fclose(FILE *f);
50
#endif
51
%array_functions(LS_LONG_INT, LS_LONG_INTArray)
52
%array_functions(guaranteedResourcePoolEnt, guaranteedResourcePoolEntArray)
53
+%array_functions(struct rsvInfoEnt, rsvInfoEntArray)
54
+%array_functions(struct hostRsvInfoEnt, hostRsvInfoEntArray)
55
56
//helper function for transforming char** to python list
57
%inline %{
0 commit comments