IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2013, 2:17:34 PM (13 years ago)
Author:
eugene
Message:

warn on non-ascii values in numbers for radec conversion; add check option to glockfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/tools/src/glockfile.c

    r34260 r35762  
    3333    type = LCK_XCLD;
    3434  }
     35  if (!strcasecmp (argv[2], "check")) {
     36    fchecklockfile (filename, LCK_HARD, &state);
     37    exit (0);
     38  }
    3539
    3640  f = fsetlockfile (filename, timeout, type, &state);
Note: See TracChangeset for help on using the changeset viewer.