Skip to content

Commit e92ec03

Browse files
Add an array funciton of submit *
1 parent e4d424a commit e92ec03

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
@@ -54,6 +54,7 @@ int fclose(FILE *f);
5454
%array_functions(struct hostRsvInfoEnt, hostRsvInfoEntArray)
5555
%array_functions(struct hRusage, hRusageArray)
5656
%array_functions(struct hostInfo, hostInfoArray)
57+
%array_functions(struct submit*, submitArray)
5758

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

0 commit comments

Comments
 (0)