[erlang-questions] driver_entry struct

Jachym Holecek freza@REDACTED
Sat Nov 24 01:17:20 CET 2012


# Brisa Jim?nez 2012-11-23:
> Could anybody explain me what is the meaning of a dot in a driver_entry
> struct?
> 
> Example:
> 
> .extended_marker = ERL_DRV_EXTENDED_MARKER

C99 designated initializers. Just a nicer way to initialize struct instance.

BR,
	-- Jachym



More information about the erlang-questions mailing list