Skip to content

Commit 740b506

Browse files
author
crossbowerbt
committed
renamed dpid and dpidc to dpid-plus dpidc-plus (part 2)
1 parent 7cf8cba commit 740b506

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dpid/dpid.c renamed to dpid/dpid-plus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#include <unistd.h>
3131
#include "dpid_common.h"
32-
#include "dpid.h"
32+
#include "dpid-plus.h"
3333
#include "dpi.h"
3434
#include "dpi_socket_dir.h"
3535
#include "misc_new.h"

dpid/dpid.h renamed to dpid/dpid-plus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define DPID_BASE_PORT (IPPORT_USERRESERVED + 20)
2525

2626
/*! \TODO: Should read this from dillorc */
27-
#define SRS_NAME "dpid.srs"
27+
#define SRS_NAME "dpid-plus.srs"
2828
//char *srs_name;
2929

3030
/*! dpid's service request socket file descriptor */

dpid/dpidc.c renamed to dpid/dpidc-plus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ int main(int argc, char *argv[])
100100
printf("Please enter the message: ");
101101
bzero(buffer,256);
102102
if (fgets(buffer,255,stdin) == NULL)
103-
MSG_ERR("dpidc: Can't read the message\n");
103+
MSG_ERR("dpidc-plus: Can't read the message\n");
104104
} else {
105105
MSG_ERR("main: Unknown operation '%s'\n", argv[1]);
106106
print_usage(argv[0]);

0 commit comments

Comments
 (0)