IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4120


Ignore:
Timestamp:
Jun 6, 2005, 11:18:58 AM (21 years ago)
Author:
jhoblitt
Message:

add instance count

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/test.c

    r3051 r4120  
    77    char            *URI;
    88    int             fh;
     9    int             n;
     10    char            **foo;
    911
    1012    idataServerInit(&server);
     
    2628    }
    2729
     30    n = idataFindInstances(&server, argv[1], NULL, &foo);
     31    printf( "found %d instances\n", n );
     32
    2833    idataServerCleanup(&server);
    2934
Note: See TracChangeset for help on using the changeset viewer.