Skip to content

Commit e0be800

Browse files
Update lsf.i
Add array function for hRusage.
1 parent 480486a commit e0be800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonlsf/lsf.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ int fclose(FILE *f);
5252
%array_functions(guaranteedResourcePoolEnt, guaranteedResourcePoolEntArray)
5353
%array_functions(struct rsvInfoEnt, rsvInfoEntArray)
5454
%array_functions(struct hostRsvInfoEnt, hostRsvInfoEntArray)
55+
%array_functions(struct hRusage, hRusageArray)
5556

5657
//helper function for transforming char** to python list
5758
%inline %{

0 commit comments

Comments
 (0)