Ignore:
Timestamp:
Jan 27, 2011, 7:31:24 PM (13 years ago)
Author:
Bruno Cornec
Message:

r4180@localhost: bruno | 2011-01-27 10:26:41 +0100

  • Fix multiple port issues from 2.2.9 that prevented mindi to work
  • Change interface of call_program_and_get_last_line_of_output to allow not logging (call to mindi)
  • Status is working boot, but NFS interface broken due to conf file issues
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/mondorestore/mr-externs.h

    r2623 r2704  
    1818extern int closein_tape();
    1919extern void close_evalcall_form(void);
    20 extern char *call_program_and_get_last_line_of_output(char *);
     20extern char *call_program_and_get_last_line_of_output(char *,bool);
    2121extern void close_progress_form(void);
    2222extern long count_lines_in_file(char *);
Note: See TracChangeset for help on using the changeset viewer.