Skip to content

Commit efca351

Browse files
Update lsf.i
1 parent ab504ca commit efca351

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonlsf/lsf.i

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ int fclose(FILE *f);
5050
#endif
5151
%array_functions(LS_LONG_INT, LS_LONG_INTArray)
5252
%array_functions(guaranteedResourcePoolEnt, guaranteedResourcePoolEntArray)
53+
%array_functions(struct rsvInfoEnt, rsvInfoEntArray)
54+
%array_functions(struct hostRsvInfoEnt, hostRsvInfoEntArray)
5355

5456
//helper function for transforming char** to python list
5557
%inline %{

0 commit comments

Comments
 (0)