ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/gvpe.C
(Generate patch)

Comparing gvpe/src/gvpe.C (file contents):
Revision 1.20 by root, Tue Mar 8 17:33:30 2011 UTC vs.
Revision 1.21 by root, Wed Oct 12 22:51:10 2011 UTC

206 act.sa_flags = SA_RESETHAND; 206 act.sa_flags = SA_RESETHAND;
207 act.sa_handler = sigterm_handler; sigaction (SIGINT , &act, NULL); 207 act.sa_handler = sigterm_handler; sigaction (SIGINT , &act, NULL);
208 act.sa_handler = sigterm_handler; sigaction (SIGTERM, &act, NULL); 208 act.sa_handler = sigterm_handler; sigaction (SIGTERM, &act, NULL);
209} 209}
210 210
211struct Xob {//D
212 void wcbx ()
213 {
214 printf ("wcbx %p\n", pthread_self());
215 }
216 void dcbx ()
217 {
218 printf ("dcbx %p\n", pthread_self());
219 }
220};
221
222int 211int
223main (int argc, char **argv, char **envp) 212main (int argc, char **argv, char **envp)
224{ 213{
225 ERR_load_crypto_strings (); // we have the RAM 214 ERR_load_crypto_strings (); // we have the RAM
226 215

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines