Date: Thu, 10 Mar 2016 16:09:43 +0530 From: pavan teja <bharghav2947@gmail.com> To: freebsd-hackers@freebsd.org Subject: Two names when creating a module Message-ID: <CAOMeaBQrgA=UkqwrsXHW_OVnAJOM25OriZ-W6yvRxi1GRkCsUA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello everyone, While I'm testing with creating modules in FreeBSD , I encountered giving two names for a module once in module_t structure and the other when using DECLARE_MODULE(name,module_t struct).Why cant we give a single name .Why are there two names when we create module.I read the man page of FreeBSD but it didnot explain much . Thank You In Advance
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOMeaBQrgA=UkqwrsXHW_OVnAJOM25OriZ-W6yvRxi1GRkCsUA>