Skip to content

Commit

Permalink
Merge pull request #64 from xlqiang-learn/master
Browse files Browse the repository at this point in the history
Add array function for hostInfoArray
  • Loading branch information
liyancn authored Jan 22, 2024
2 parents 21adf75 + 5781f79 commit 0e88a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pythonlsf/lsf.i
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ int fclose(FILE *f);
%array_functions(struct rsvInfoEnt, rsvInfoEntArray)
%array_functions(struct hostRsvInfoEnt, hostRsvInfoEntArray)
%array_functions(struct hRusage, hRusageArray)
%array_functions(struct hostInfo, hostInfoArray)

//helper function for transforming char** to python list
%inline %{
Expand Down

0 comments on commit 0e88a4d

Please sign in to comment.