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 480486a commit e0be800Copy full SHA for e0be800
pythonlsf/lsf.i
@@ -52,6 +52,7 @@ int fclose(FILE *f);
52
%array_functions(guaranteedResourcePoolEnt, guaranteedResourcePoolEntArray)
53
%array_functions(struct rsvInfoEnt, rsvInfoEntArray)
54
%array_functions(struct hostRsvInfoEnt, hostRsvInfoEntArray)
55
+%array_functions(struct hRusage, hRusageArray)
56
57
//helper function for transforming char** to python list
58
%inline %{
0 commit comments