Skip to content

Commit 0e88a4d

Browse files
authored
Merge pull request #64 from xlqiang-learn/master
Add array function for hostInfoArray
2 parents 21adf75 + 5781f79 commit 0e88a4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonlsf/lsf.i

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ int fclose(FILE *f);
5353
%array_functions(struct rsvInfoEnt, rsvInfoEntArray)
5454
%array_functions(struct hostRsvInfoEnt, hostRsvInfoEntArray)
5555
%array_functions(struct hRusage, hRusageArray)
56+
%array_functions(struct hostInfo, hostInfoArray)
5657

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

0 commit comments

Comments
 (0)