X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FIPCTestId.c;h=2aa66ee03d5e450c6bcdfbc94586b8c8babfaf45;hp=de39a4749e596a35a454ed23224b75bf670b919f;hb=72b2686a82a62331891ca894a6c3b476365363fc;hpb=47a55b7d6c9a34b283e91e6294ca5b7924ac5e7b diff --git a/sources/IPCTestId.c b/sources/IPCTestId.c index de39a47..2aa66ee 100644 --- a/sources/IPCTestId.c +++ b/sources/IPCTestId.c @@ -26,7 +26,7 @@ * * Usage: ipctestid -h give all info's * - * $Id: IPCTestId.c,v 1.1 2002/08/16 22:29:38 piccardi Exp $ + * $Id: IPCTestId.c,v 1.2 2002/08/19 17:34:23 piccardi Exp $ * ****************************************************************/ /* @@ -52,8 +52,8 @@ int main(int argc, char *argv[]) * Variables definition */ int i; - int n = 10; /* default is 10 tryes */ - char type='q'; /* default is use queues */ + int n = 5; /* default is 10 tryes */ + char type='q'; /* default is use queues */ int id; /* * Input section: decode command line parameters