~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/erl_interface/src/connect/ei_connect.c

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
249
249
    return &sockinfo->cnode;
250
250
}
251
251
 
252
 
/***************************************************************************
253
 
 *  XXXX
 
252
 
 
253
/***************************************************************************
 
254
 *  Get/Set tracelevel
 
255
 ***************************************************************************/
 
256
 
 
257
void ei_set_tracelevel(int level) {
 
258
    ei_tracelevel = level;
 
259
}
 
260
 
 
261
int ei_get_tracelevel(void) {
 
262
    return ei_tracelevel;
 
263
}
 
264
 
 
265
 
 
266
/***************************************************************************
 
267
 *  Distversion 
254
268
 ***************************************************************************/
255
269
 
256
270
int ei_distversion(int fd)
1282
1296
    return -1;
1283
1297
}
1284
1298
 
1285
 
/* FIXME fix the signed/unsigned mess..... */
1286
 
 
1287
1299
static int send_name_or_challenge(int fd, char *nodename,
1288
1300
                                  int f_chall,
1289
1301
                                  unsigned challenge,