X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FIPCTestId.c;h=b81a8730087ab7fcd6d7ff1d7cea618cf32162d3;hp=de39a4749e596a35a454ed23224b75bf670b919f;hb=d25090faca15102552d77c38161a8a34b0bac41e;hpb=47a55b7d6c9a34b283e91e6294ca5b7924ac5e7b diff --git a/sources/IPCTestId.c b/sources/IPCTestId.c index de39a47..b81a873 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.4 2003/05/02 09:55:14 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