Displaying 2 results from an estimated 2 matches for "opt_bool".
Did you mean:
int_bool
2001 Jan 29
0
Failed to set socket option
...if (!socket_options[i].name) {
136 DEBUG(0,("Unknown socket option %s\n",tok));
137 continue;
138 }
139
140 switch (socket_options[i].opttype) {
141 case OPT_BOOL:
142 case OPT_INT:
143 ret = setsockopt(fd,socket_options[i].level,
144 socket_options[i].option,(char *)&value,sizeof(int));
145 break;
146
47 cas...
2012 Nov 26
13
[PATCH 0 of 4] Minios improvements for app development
This patch series contains a set of patches making minios rather easier
to use, from an application development point of view.
Overview of patches:
1 Command line argument parsing support, from Xen.
2 Weak console handler function.
3 Build system tweaks for application directories.
4 Trailing whitespace cleanup. (because it is very messy)
Patch 4 is likely to be more controversial than