All of lore.kernel.org
 help / color / mirror / Atom feed
* about option_t
@ 2008-05-05  7:34 cyx_mail
  2008-05-05 10:05 ` James Cameron
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cyx_mail @ 2008-05-05  7:34 UTC (permalink / raw)
  To: linux-ppp

typedef struct {
	char	*name;		/* name of the option */
	enum opt_type type;
	void	*addr;
	char	*description;
	unsigned int flags;
	void	*addr2;
	int	upper_limit;
	int	lower_limit;
	const char *source;
	short int priority;
	short int winner;
} option_t;

Which piece of code call the void *addr. some plugins uses this pointer to call functions when the plugin loads. BTW, what is the exactly meaning of each value of enum opt_type struct? Thanks a lot!

2008-05-05 



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-05 12:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05  7:34 about option_t cyx_mail
2008-05-05 10:05 ` James Cameron
2008-05-05 11:39 ` James Carlson
2008-05-05 12:43 ` cyx_mail

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.