avinash varma wrote:
> hi
> I need your help for following issues. 
> 1)we are using FCoE 2.6.25
> When we use
> fcoeadm -c ethX
> echo "ethX">/sys/module/fcoe/parameters/create
> to start FCoE what do we get in argc ,argv of 'main' function which we 
> pass to 'fds_option'?

argc, argv are "Intro to C" concepts.
They describe the arguments passed to the main program.
I assume you're reading the old fds code.

> 2)What does function 'getopt' do in fds_option?

That's described in the Linux man pages.  Do:

        man 3 getopt

All will be made clear.

        Joe


_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel

Reply via email to