Skip to content

Commit

Permalink
Generate random key for message queue
Browse files Browse the repository at this point in the history
  • Loading branch information
uoo723 committed Jun 22, 2017
1 parent 4fcd32e commit ec3562f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define MSGTYPE_H

#define VALUESIZE 100
#define KEYID 2817
#define KEYID ftok(".", 'P')

#define TYPE_SERVER 1
#define TYPE_CLIENT 2
Expand Down

0 comments on commit ec3562f

Please sign in to comment.